- Configuration de PPP over Frame Relay
- Utilisation des « Virtual-Template »
remarque:
- lorsque PPP est configurer, les routes host sont injectées dans la table de routage
Configuration
R1#show run | b Serial0/0 interface Serial0/0 no ip address encapsulation frame-relay frame-relay interface-dlci 102 ppp Virtual-Template1 frame-relay interface-dlci 103 ppp Virtual-Template1 frame-relay interface-dlci 104 ppp Virtual-Template1 ! interface Virtual-Template1 ip address 10.1.100.1 255.255.255.0 !
R2#show run | b Serial0/0
interface Serial0/0
no ip address
encapsulation frame-relay
frame-relay interface-dlci 201 ppp Virtual-Template2
!
interface Virtual-Template2
ip address 10.1.100.2 255.255.255.0
!
Vérifications
R1#show ip interface brief Interface IP-Address OK? Method Status Protoc Serial0/0 unassigned YES TFTP up up Virtual-Access1 10.1.100.1 YES TFTP up up Virtual-Template1 10.1.100.1 YES manual down down Virtual-Access2 10.1.100.1 YES TFTP up up Virtual-Access3 10.1.100.1 YES TFTP up up
R1#show ip route
C 10.1.100.4/32 is directly connected, Virtual-Access3
C 10.1.100.3/32 is directly connected, Virtual-Access2
C 10.1.100.2/32 is directly connected, Virtual-Access1