Xconnect Cisco
En R1 hostname R1 ! pseudowire-class FW_CLASS encapsulation l2tpv3 ip local interface Loopback0 ! interface Loopback0 ip address 10.1.1.1 255.255.255.255 ip ospf 1 area 0 ! interface FastEthernet0/0 ip address 10.0.0.1 255.255.255.252 ip ospf 1 area 0 no shutdown ! interface FastEthernet0/1 xconnect 10.1.1.3 13 pw-class FW_CLASS no shutdown Para R2 hostname R2 ! interface FastEthernet0/0 ip address 10.0.0.2 255.255.255.252 ip ospf 1 area 0 no shut ! interface FastEthernet0/1 ip address 10.0.0.5 255.255.255.252 ip ospf 1 area 0 no shut Para R3 hostname R3 ! interface Loopback0 ip address 10.1.1.3 255.255.255.255 ip ospf 1 area 0 ! interface FastEthernet0/0 ip address 10.0.0.6 255.255.255.252 ip ospf 1 area 0 no shut ! interface FastEthernet0/1 no shut xconnect 10.1.1.1 13 pw-class FW_CLASS para los CPE hostname R4 ! interface FastEthernet0/0 ip address 192.168.0.1 255.255.255.252 no shut hostname R5 ! interface FastEthernet0/0 ip address 192.168.0.2 255.255.255.252 n...