Está en la página 1de 2

en

conf t
hostname R0
int f0/0
ip address 192.168.1.1 255.255.255.0
no sh
int s0/3/0
encapsulation Frame-Relay
no sh
!
int s0/3/0.100 multipoint
ip address 10.0.0.1 255.255.255.248
frame-relay interface-dlci 102
frame-relay interface-dlci 103
exit
!
ip route 192.168.2.0 255.255.255.0 10.0.0.2
ip route 192.168.3.0 255.255.255.0 10.0.0.3
!
----------------------------------------------------

en
conf t
hostname R1
int f0/0
ip address 192.168.2.1 255.255.255.0
no sh
int s0/3/0
encapsulation Frame-Relay
no sh
!
int s0/3/0.200 multipoint
ip address 10.0.0.2 255.255.255.248
frame-relay interface-dlci 201
frame-relay interface-dlci 203
exit
!
ip route 192.168.1.0 255.255.255.0 10.0.0.1
ip route 192.168.3.0 255.255.255.0 10.0.0.3
!
-----------------------------------------------------

en
conf t
hostname R2
int f0/0
ip address 192.168.3.1 255.255.255.0
no sh
int s0/3/0
encapsulation Frame-Relay
no sh
!
int s0/3/0.300 multipoint
ip address 10.0.0.3 255.255.255.248
frame-relay interface-dlci 301
frame-relay interface-dlci 302
exit
!
ip route 192.168.1.0 255.255.255.0 10.0.0.1
ip route 192.168.2.0 255.255.255.0 10.0.0.2
!

También podría gustarte