Chapter 10


1

This solution uses a System ID of 0000.1234.abcX, where X is a number that makes the router unique within the IS-IS domain. The System ID is six octets, which is required by Cisco IOS. The minimum NET length is eight octets, one of which is the SEL, so the area address is a one-octet number corresponding to the area number shown in Table 10-6. The configurations are

RTA:

interface Ethernet0 ip address 192.168.1.17 255.255.255.240 ip router isis ! interface Ethernet1 ip address 192.168.1.50 255.255.255.240 ip router isis ! router isis net 00.0000.1234.abc1.00 is-type level-1

RTB:

interface Ethernet0 ip address 192.168.1.33 255.255.255.240 ip router isis ! interface Ethernet1 ip address 192.168.1.51 255.255.255.240 ip router isis ! router isis net 00.0000.1234.abc2.00 is-type level-1

RTC:

interface Ethernet0 ip address 192.168.1.49 255.255.255.240 ip router isis ! interface Serial0 ip address 192.168.1.133 255.255.255.252 ip router isis ! router isis net 00.0000.1234.abc3.00

RTD:

interface Serial0 ip address 192.168.1.134 255.255.255.252 ip router isis ! interface Serial1 ip address 192.168.1.137 255.255.255.252 ip router isis ! router isis net 02.0000.1234.abc4.00 is-type level-2-only

RTE:

interface Serial0 ip address 192.168.1.142 255.255.255.252 ip router isis ! interface Serial1 ip address 192.168.1.145 255.255.255.252 ip router isis ! interface Serial2 ip address 192.168.1.138 255.255.255.252 ip router isis ! router isis net 02.0000.1234.abc5.00 is-type level-2-only

RTF:

interface Serial0 ip address 192.168.1.141 255.255.255.252 ip router isis ! interface Serial1 ip address 192.168.1.158 255.255.255.252 ip router isis ! router isis net 02.0000.1234.abc6.00 is-type level-2-only

RTG:

interface Ethernet0 ip address 192.168.1.111 255.255.255.224 ip router isis ! interface Serial0 ip address 192.168.1.157 255.255.255.252 ip router isis ! router isis net 01.0000.1234.abc7.00

RTH:

interface Ethernet0 ip address 192.168.1.73 255.255.255.224 ip router isis ! interface Ethernet1 ip address 192.168.1.97 255.255.255.224 ip router isis ! router isis net 01.0000.1234.abc8.00 is-type level-1

RTI:

interface Ethernet0 ip address 192.168.1.225 255.255.255.248 ip router isis ! interface Ethernet1 ip address 192.168.1.221 255.255.255.248 ip router isis ! interface Serial0 ip address 192.168.1.249 255.255.255.252 ip router isis ! interface Serial1 ip address 192.168.1.146 255.255.255.252 ip router isis ! router isis net 03.0000.1234.abc9.00

RTJ:

interface Ethernet0 ip address 192.168.1.201 255.255.255.248 ip router isis ! interface Ethernet1 ip address 192.168.1.217 255.255.255.248 ip router isis ! router isis net 03.0000.1234.abca.00 is-type level-1

RTK:

interface Ethernet0 ip address 192.168.1.209 255.255.255.248 ip router isis ! interface Serial0 ip address 192.168.1.250 255.255.255.252 ip router isis ! router isis net 03.0000.1234.abcb.00 is-type level-1

2

The configurations are

RTA:

ipv6 unicast-routing interface Ethernet0 ip address 192.168.1.17 255.255.255.240 ip router isis ipv6 address 2001:db8:0:10::1/64 ipv6 router isis ! interface Ethernet1 ip address 192.168.1.50 255.255.255.240 ip router isis ipv6 address 2001:db8:0:30::2/64 ipv6 router isis ! router isis net 00.0000.1234.abc1.00 is-type level-1 metric-style wide address-family ipv6 multi-topology

RTB:

ipv6 unicast-routing interface Ethernet0 ip address 192.168.1.33 255.255.255.240 ip router isis ipv6 address 2001:db8:0:20::1/64 ipv6 router isis ! interface Ethernet1 ip address 192.168.1.51 255.255.255.240 ip router isis ipv6 address 2001:db8:0:30::3/64 ipv6 router isis ! router isis net 00.0000.1234.abc2.00 is-type level-1 metric-style wide address-family ipv6 multi-topology

RTC:

ipv6 unicast-routing interface Ethernet0 ip address 192.168.1.49 255.255.255.240 ip router isis ipv6 address 2001:db8:0:30::1/64 ipv6 router isis ! interface Serial0 ip address 192.168.1.133 255.255.255.252 ip router isis ipv6 address 2001:db8:0:84::1/64 ipv6 router isis ! router isis net 00.0000.1234.abc3.00 metric-style wide address-family ipv6 multi-topology

RTD:

ipv6 unicast-routing interface Serial0 ip address 192.168.1.134 255.255.255.252 ip router isis ipv6 address 2001:db8:0:84::2/64 ipv6 router isis ! interface Serial1 ip address 192.168.1.137 255.255.255.252 ip router isis ipv6 address 2001:db8:0:88::1/64 ipv6 router isis ! router isis net 00.0000.1234.abc4.00 is-type level-2-only metric-style wide address-family ipv6 multi-topology

RTE:

ipv6 unicast-routing interface Serial0 ip address 192.168.1.142 255.255.255.252 ip router isis ipv6 address 2001:db8:0:8c::2/64 ipv6 router isis ! interface Serial1 ip address 192.168.1.145 255.255.255.252 ip router isis ipv6 address 2001:db8:0:90::1/64 ipv6 router isis ! interface Serial2 ip address 192.168.1.138 255.255.255.252 ip router isis ipv6 address 2001:db8:0:88::2/64 ipv6 router isis ! router isis net 00.0000.1234.abc5.00 is-type level-2-only metric-style wide address-family ipv6 multi-topology

RTF:

ipv6 unicast-routing interface Serial0 ip address 192.168.1.141 255.255.255.252 ip router isis ipv6 address 2001:db8:0:8c::1/64 ipv6 router isis ! interface Serial1 ip address 192.168.1.158 255.255.255.252 ip router isis ipv6 address 2001:db8:0:9c::2/64 ipv6 router isis ! router isis net 00.0000.1234.abc6.00 is-type level-2-only metric-style wide address-family ipv6 multi-topology

RTG:

ipv6 unicast-routing interface Ethernet0 ip address 192.168.1.111 255.255.255.224 ip router isis ip router clns ipv6 address 2001:db8:0:60::f/64 ipv6 router isis ! interface Serial0 ip address 192.168.1.157 255.255.255.252 ip router isis ipv6 address 2001:db8:0:9c::1/64 ipv6 router isis ! router isis net 00.0000.1234.abc7.00 metric-style wide address-family ipv6 multi-topology

RTH:

ipv6 unicast-routing interface Ethernet0 ip address 192.168.1.73 255.255.255.224 ip router isis ipv6 address 2001:db8:0:40::9/64 ipv6 router isis ! interface Ethernet1 ip address 192.168.1.97 255.255.255.224 ip router isis ip router clns ipv6 address 2001:db8:0:60::1/64 ipv6 router isis ! router isis net 00.0000.1234.abc8.00 is-type level-1 metric-style wide address-family ipv6 multi-topology

RTI:

ipv6 unicast-routing interface Ethernet0 ip address 192.168.1.225 255.255.255.248 ip router isis ipv6 address 2001:db8:0:e0::1/64 ipv6 router isis ! interface Ethernet1 ip address 192.168.1.221 255.255.255.248 ip router isis ipv6 address 2001:db8:0:d8::5/64 ipv6 router isis ! interface Serial0 ip address 192.168.1.249 255.255.255.252 ip router isis ipv6 address 2001:db8:0:f8::1/64 ipv6 router isis ! interface Serial1 ip address 192.168.1.146 255.255.255.252 ip router isis ipv6 address 2001:db8:0:90::2/64 ipv6 router isis ! router isis net 00.0000.1234.abc9.00 metric-style wide address-family ipv6 multi-topology

RTJ:

ipv6 unicast-routing interface Ethernet0 ip address 192.168.1.201 255.255.255.248 ip router isis ipv6 address 2001:db8:0:c8::1/64 ipv6 router isis ! interface Ethernet1 ip address 192.168.1.217 255.255.255.248 ip router isis ipv6 address 2001:db8:0:d8::1/64 ipv6 router isis ! router isis net 00.0000.1234.abca.00 is-type level-1 metric-style wide address-family ipv6 multi-topology

RTK:

ipv6 unicast-routing interface Ethernet0 ip address 192.168.1.209 255.255.255.248 ip router isis ipv6 address 2001:db8:0:d0::1/64 ipv6 router isis ! interface Serial0 ip address 192.168.1.250 255.255.255.252 ip router isis ipv6 address 2001:db8:0:f8::2/64 ipv6 router isis ! router isis net 00.0000.1234.abcb.00 is-type level-1 metric-style wide address-family ipv6 multi-topology

3

The configurations are

RTD:

Ipv6 unicast-routing Key chain Fair  Key 1  Key-string Eiffel interface Serial0 ip address 192.168.1.134 255.255.255.252 ip router isis ipv6 address 2001:db8:0:84::2/64 ipv6 router isis ! interface Serial1 ip address 192.168.1.137 255.255.255.252 ip router isis ipv6 address 2001:db8:0:88::1/64 ipv6 router isis authentication key-chain Fair level-2 authentication mode md5 level-2 ! router isis net 00.0000.1234.abc4.00 is-type level-2-only metric-style wide address-family ipv6 multi-topology

RTE:

Ipv6 unicast-routing Key chain Fair  Key 1  Key-string Eiffel Key chain Paris Key 1  Key-string Tower interface Serial0 ip address 192.168.1.142 255.255.255.252 ip router isis ipv6 address 2001:db7:0:8c::2/64 ipv6 router isis authentication key-chain Paris level-2 authentication mode md5 level-2 ! interface Serial1 ip address 192.168.1.145 255.255.255.252 ip router isis ipv6 address 2001:db8:0:90::1/64 ipv6 router isis ! interface Serial2 ip address 192.168.1.138 255.255.255.252 ip router isis ipv6 address 2001:db8:0:88::2/64 ipv6 router isis authentication key-chain Fair level-2 authentication mode md5 level-2 ! router isis net 00.0000.1234.abc5.00 is-type level-2-only metric-style wide address-family ipv6 multi-topology

RTF:

Ipv6 unicast-routing Key chain Paris Key 1  Key-string Tower interface Serial0 ip address 192.168.1.141 255.255.255.252 ip router isis ipv6 address 2001:db8:0:8c::1/64 ipv6 router isis authentication key-chain Paris level-2 authentication mode md5 level-2 ! interface Serial1 ip address 192.168.1.158 255.255.255.252 ip router isis ipv6 address 2001:db8:0:9c::2/64 ipv6 router isis ! router isis net 00.0000.1234.abc6.00 is-type level-2-only metric-style wide address-family ipv6 multi-topology

4

The configurations are

RTG:

Ipv6 unicast-routing interface Ethernet0 ip address 192.168.1.111 255.255.255.224 ip router isis ipv6 address 2001:db8:0:96::f/64 ipv6 router isis ip router clns ! interface Serial0 ip address 192.168.1.157 255.255.255.252 ip router isis ipv6 address 2001:db8:0:9c::1/64 ipv6 router isis! router isis net 00.0000.1234.abc7.00 area-password Scotland metric-style wide address-family ipv6 multi-topology

RTH:

Ipv6 unicast-routing interface Ethernet0 ip address 192.168.1.73 255.255.255.224 ip router isis ipv6 address 2001:db8:0:40::9/64 ipv6 router isis ! interface Ethernet1 ip address 192.168.1.97 255.255.255.224 ip router isis ip router clns ipv6 address 2001:db8:0:60::1/64 ipv6 router isis ! router isis net 00.0000.1234.abc8.00 is-type level-1 area-password Scotland metric-style wide address-family ipv6 multi-topology

5

The configurations are

RTC:

Ipv6 unicast-routing Key chain Austria Key 1  Key-string Vienna interface Ethernet0 ip address 192.168.1.49 255.255.255.240 ip router isis ipv6 address 2001:db8:0:30::1/64 ipv6 router isis ! interface Serial0 ip address 192.168.1.133 255.255.255.252 ip router isis ipv6 address 2001:db8:0:84::1/64 ipv6 router isis ! router isis net 00.0000.1234.abc3.00 authentication key-chain Austria level-2 authentication mode text metric-style wide address-family ipv6 multi-topology

RTD:

Ipv6 unicast-routing Key chain Fair  Key 1  Key-string Eiffel Key chain Austria Key 1  Key-string Vienna interface Serial0 ip address 192.168.1.134 255.255.255.252 ip router isis ipv6 address 2001:db8:0:84::2/64 ipv6 router isis ! interface Serial1 ip address 192.168.1.137 255.255.255.252 ip router isis authentication key-chain Fair level-2 authentication mode md5 level-2 ipv6 address 2001:db8:0:88::1/64 ipv6 router isis ! router isis net 00.0000.1234.abc4.00 is-type level-2-only authentication key-chain Austria level-2 authentication mode text metric-style wide address-family ipv6 multi-topology

RTE:

Ipv6 unicast-routing Key chain Fair  Key 1  Key-string Eiffel Key chain Paris Key 1  Key-string Tower Key chain Austria Key 1  Key-string Vienna interface Serial0 ip address 192.168.1.142 255.255.255.252 ip router isis authentication key-chain Paris level-2 authentication mode md5 level-2  ipv6 address 2001:db8:0:8c::2  ipv6 routing isis ! interface Serial1 ip address 192.168.1.145 255.255.255.252 ip router isis ipv6 address 2001:db8:0:90::1/64 ipv6 router isis ! interface Serial2 ip address 192.168.1.138 255.255.255.252 ip router isis authentication key-chain Fair level-2 authentication mode md5 level-2 ipv6 address 2001:db8:0:88::2/64 ipv6 router isis ! router isis net 00.0000.1234.abc5.00 is-type level-2-only authentication key-chain Austria level-2 authentication mode text metric-style wide address-family ipv6 multi-topology

RTF:

Ipv6 unicast-routing Key chain Paris Key 1  Key-string Tower Key chain Austria Key 1  Key-string Vienna interface Serial0 ip address 192.168.1.141 255.255.255.252 ip router isis authentication key-chain Paris level-2 authentication mode md5 level-2 ipv6 address 2001:db8:0:8c::1/64 ipv6 router isis ! interface Serial1 ip address 192.168.1.158 255.255.255.252 ip router isis ipv6 address 2001:db8:0:9c::2/64 ipv6 router isis ! router isis net 00.0000.1234.abc6.00 is-type level-2-only authentication key-chain Austria level-2 authentication mode text metric-style wide address-family ipv6 multi-topology

RTG:

Ipv6 unicast-routing Key chain Austria Key 1  Key-string Vienna interface Ethernet0 ip address 192.168.1.111 255.255.255.224 ip router isis ip router clns ipv6 address 2001:db8:0:96::f/64 ipv6 router isis ! interface Serial0 ip address 192.168.1.157 255.255.255.252 ip router isis ipv6 address 2001:db8:0:9c::1/64 ipv6 router isis ! router isis net 00.0000.1234.abc7.00 area-password Scotland authentication key-chain Austria level-2 authentication mode text metric-style wide address-family ipv6 multi-topology

RTI:

Ipv6 unicast-routing Key chain Austria Key 1  Key-string Vienna interface Ethernet0 ip address 192.168.1.225 255.255.255.248 ip router isis ipv6 address 2001:db8:0:e0::1/64 ipv6 router isis ! interface Ethernet1 ip address 192.168.1.221 255.255.255.248 ip router isis ipv6 address 2001:db8:0:d8::5/64 ipv6 router isis ! interface Serial0 ip address 192.168.1.249 255.255.255.252 ip router isis ipv6 address 2001:db8:0:f8::1/64 ipv6 router isis ! interface Serial1 ip address 192.168.1.146 255.255.255.252 ip router isis ipv6 address 2001:db8:0:90::2/64 ipv6 router isis ! router isis net 00.0000.1234.abc9.00 authentication key-chain Austria level-2 authentication mode text metric-style wide address-family ipv6 multi-topology

6

The configurations are

RTC:

Ipv6 unicast-routing Key chain Austria Key 1  Key-string Vienna interface Ethernet0 ip address 192.168.1.49 255.255.255.240 ip router isis ipv6 address 2001:db8:0:30::1/64 ipv6 router isis ! interface Serial0 ip address 192.168.1.133 255.255.255.252 ip router isis ipv6 address 2001:db8:0:84::1/64 ipv6 router isis ! router isis net 00.0000.1234.abc3.00 summary-address 192.168.1.0 255.255.255.192 authentication key-chain Austria level-2 authentication mode text metric-style wide address-family ipv6 multi-topology summary-prefix 2001:db8::/58

RTG:

Ipv6 unicast-routing Key chain Austria Key 1  Key-string Vienna interface Ethernet0 ip address 192.168.1.111 255.255.255.224 ip router isis ip router clns ipv6 address 2001:db8:0:96::f/64 ipv6 router isis ! interface Serial0 ip address 192.168.1.157 255.255.255.252 ip router isis ipv6 address 2001:db8:0:9c::1/64 ipv6 router isis ! router isis net 00.0000.1234.abc7.00 area-password Scotland authentication key-chain Austria level-2 authentication mode text metric-style wide summary-address 192.168.1.64 255.255.255.192 address-family ipv6 multi-topology summary-prefix 2001:db8:0:40::/58

RTI:

Ipv6 unicast-routing Key chain Austria Key 1  Key-string Vienna interface Ethernet0 ip address 192.168.1.225 255.255.255.248 ip router isis ipv6 address 2001:db8:0:e0::1/64 ipv6 router isis ! interface Ethernet1 ip address 192.168.1.221 255.255.255.248 ip router isis ipv6 address 2001:db8:0:d8::5/64 ipv6 router isis ! interface Serial0 ip address 192.168.1.249 255.255.255.252 ip router isis ipv6 address 2001:db8:0:f8::1/64 ipv6 router isis ! interface Serial1 ip address 192.168.1.146 255.255.255.252 ip router isis ipv6 address 2001:db8:0:90::2/64 ipv6 router isis ! router isis net 00.0000.1234.abc9.00 authentication key-chain Austria level-2 authentication mode text metric-style wide summary-address 192.168.1.192 255.255.255.192 address-family ipv6 multi-topology summary-prefix 2001:db8:0:c0::/58




CCIE Professional Development Routing TCP/IP (Vol. 12005)
Routing TCP/IP, Volume 1 (2nd Edition)
ISBN: 1587052024
EAN: 2147483647
Year: 2005
Pages: 233

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net