Category Archives: Frame Relay

OSPF Point-to-Multipoint Networks

OSPF – Hub and spoke Topology Dans une architecture « Hub and spoke » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF : R1(config)#int s0/0 R1(config-if)#ip ospf network ? broadcast Specify OSPF broadcast multi-access network non-broadcast Specify … Continue reading

Posted in Frame Relay, OSPF | Leave a comment

OSPF Broadcast Networks

OSPF – Hub and spoke Topology Dans une architecture « Hub and spoke » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF : R1(config)#int s0/0 R1(config-if)#ip ospf network ? broadcast Specify OSPF broadcast multi-access network non-broadcast Specify … Continue reading

Posted in Frame Relay, OSPF | Leave a comment

OSPF Non-Broadcast Networks

OSPF – Hub and spoke Topology Dans une architecture « Hub and spoke » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF : R1(config)#int s0/0 R1(config-if)#ip ospf network ? broadcast Specify OSPF broadcast multi-access network non-broadcast Specify … Continue reading

Posted in Frame Relay, OSPF | Leave a comment

OSPF – Hub & Spoke Topology

Dans une architecture « Hub and spoke » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF : Non-Broadcast Networks Broadcast Networks Priority Point-to-Point Networks Point-to-Multipoint Networks R1(config)#int s0/0 R1(config-if)#ip ospf network ? broadcast Specify OSPF broadcast multi-access … Continue reading

Posted in Frame Relay, OSPF | Leave a comment

RIPv2 and Frame Relay

Dans cette exemple une liaison de type point à point FrameRelay est configuré entre R2<->R1, et R3<->R1 , de la façon suivante R1 interface Serial0/0.100 multipoint ip address 10.1.1.1 255.255.255.0 frame-relay map ip 10.1.1.2 102 broadcast frame-relay map ip 10.1.1.3 … Continue reading

Posted in Frame Relay, RIP v2 | Leave a comment

Frame Relay Back-to-Back

Configuration Frame relay simple en back to back avec une liaison serial R1 est DTE R2 est DCE (clock rate) Remarque : dans cette configuration, en l’absence de nuage FrameRelay, l’envoie de paquets LMI doit être désactivé « no keepalive » Un … Continue reading

Posted in Frame Relay | Leave a comment

Frame relay Multilinking

Configuration d’un lien Multilink entre une interface multipoint avec 2 DLCI (R1) et 2 interfaces Point to Point (R2) Création de l’interface multilink Création de l’interface virtual-template Association du virtual-template aux interface dlci Configuration R1 interface Multilink12 ip address 10.1.12.1 … Continue reading

Posted in Frame Relay | Leave a comment

Tricky frame-relay configuration

PPP permet de configurer Frame Relay sans ip maping Il est possible d’utiliser une interface de loopback : ip unnumbered Loopback « Ip local policy route-map » peut être mis en place sur les routeurs Spoke afin d’atteindre les autres Spoke Configuration … Continue reading

Posted in Frame Relay | Leave a comment

Frame-Relay End-to-End Keepalive

Frame Relay utilise les messages LMI pour maintenir les connections actives, mais certains réseaux ne supportent pas les paquets LMI FREEK (Frame Relay End to End Keepalive) permet de maintenir une session entre 2 routeurs Plusieurs paramètres peuvent être ajusté … Continue reading

Posted in Frame Relay | Leave a comment

Frame-Relay and Authentification

l’utilisation de PPP over Frame Relay permet de mettre en place une authentification « callin » le challenge d’authentification est déclenché lors de l’appel entrant « send-username » spécifie les informations d’envoi Configuration R1 ! username R2 password 0 cisco12 username R4 password 0 … Continue reading

Posted in Frame Relay | Leave a comment