Tshoot preparation: GRE tunnel interfaces in Area 34

R3 interface Tunnel0 no ip address ipv6 address 2026::34:1/122 ipv6 enable ipv6 ospf 1 area 34 tunnel source 10.1.1.9 tunnel destination 10.1.1.10 end R4 interface Tunnel0 no ip address ipv6 address 2026::34:2/122 ipv6 enable ipv6 ospf 1 area 34 tunnel source 10.1.1.10 tunnel destination 10.1.1.9 end

Advertisement

Tshoot preparation: OSPFv3 on Area 0

R2 interface Serial0/1/0.23 point-to-point ip address 10.1.1.5 255.255.255.252 ip ospf authentication message-digest ip ospf message-digest-key 1 md5 cisco ipv6 address 2026::1:1/122 ipv6 ospf 1 area 0 frame-relay interface-dlci 203 end R3 interface Serial0/0.23 point-to-point ip address 10.1.1.6 255.255.255.252 ip ospf authentication message-digest ip ospf message-digest-key 1 md5 cisco ipv6 address 2026::1:2/122 ipv6 enable ipv6 ospf … Continue reading Tshoot preparation: OSPFv3 on Area 0

Tshoot preparation: OSPFv3 on Area 12

R1 interface Serial0/1/0.12 point-to-point bandwidth 128 ip address 10.1.1.1 255.255.255.252 ip ospf authentication message-digest ip ospf message-digest-key 1 md5 cisco ipv6 address 2026::12:1/122 ipv6 enable ipv6 ospf 1 area 12 frame-relay interface-dlci 102 end R2 interface Serial0/1/0.12 point-to-point bandwidth 128 ip address 10.1.1.2 255.255.255.252 ip ospf authentication message-digest ip ospf message-digest-key 1 md5 cisco ipv6 … Continue reading Tshoot preparation: OSPFv3 on Area 12

Tshoot preparation: Routers configurations (R4)

Download the tshoot topology from cisco. CCO login is required. interface Serial0/0 no ip address encapsulation frame-relay no fair-queue end interface Serial0/0.34 point-to-point bandwidth 128 ip address 10.1.1.10 255.255.255.252 ip ospf authentication message-digest ip ospf message-digest-key 1 md5 cisco frame-relay interface-dlci 403 end interface FastEthernet0/0 ip address 10.1.4.5 255.255.255.252 duplex auto speed auto end interface … Continue reading Tshoot preparation: Routers configurations (R4)

Tshoot preparation: Routers Configurations (R3)

Download the Tshoot topology from cisco. CCO login is required. interface Serial0/0 no ip address encapsulation frame-relay no fair-queue end interface Serial0/0.23 point-to-point ip address 10.1.1.6 255.255.255.252 ip ospf authentication message-digest ip ospf message-digest-key 1 md5 cisco frame-relay interface-dlci 302 end interface Serial0/0.34 point-to-point ip address 10.1.1.9 255.255.255.252 ip ospf authentication message-digest ip ospf message-digest-key … Continue reading Tshoot preparation: Routers Configurations (R3)

Tshoot preparation: Routers Configurations (R2)

Download the tshoot topology from cisco. CCO login is required. interface Serial0/1/0 no ip address encapsulation frame-relay no fair-queue end interface Serial0/1/0.12 point-to-point bandwidth 128 ip address 10.1.1.2 255.255.255.252 ip ospf authentication message-digest ip ospf message-digest-key 1 md5 cisco frame-relay interface-dlci 201 end interface Serial0/1/0.23 point-to-point ip address 10.1.1.5 255.255.255.252 ip ospf authentication message-digest ip … Continue reading Tshoot preparation: Routers Configurations (R2)

Tshoot preparation: Routers configurations (R1)

Download the tshoot topology from cisco, CCO login is required. These are the configurations of R1 in the diagram. interface Serial0/1/0 no ip address encapsulation frame-relay end interface Serial0/1/0.12 point-to-point bandwidth 128 ip address 10.1.1.1 255.255.255.252 ip ospf authentication message-digest ip ospf message-digest-key 1 md5 cisco frame-relay interface-dlci 102 end router ospf 1 router-id 1.1.1.1 … Continue reading Tshoot preparation: Routers configurations (R1)