Lab 05 - Frame Relay and Appletalk Tunneling (Cayman) Given: The following diagram Configure Router_B as a frame relay switch. Configure Appletalk with Cayman Tunneling.
此主题相关图片如下:
Solution: Router_C Router_C#sh run Building configuration... Current configuration: ! version 11.2 no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname Router_C ! enable secret 5 ... $1$jCQH$nzkHW6lQ9ywoAX87xsp9p1 enable password ccnaprep ! appletalk routing ipx routing 0060.09c3.df60 ! interface Loopback0 ip address 172.17.10.1 255.255.255.0 ! interface Tunnel0 no ip address tunnel source Serial0 tunnel destination 172.16.10.1 tunnel mode cayman ! interface Ethernet0 no ip address appletalk cable-range 140-149 148.178 appletalk zone left ! interface Ethernet1 no ip address shutdown ! interface Serial0 ip address 172.16.10.2 255.255.255.0 encapsulation frame-relay no fair-queue cdp enable frame-relay lmi-type cisco ! interface Serial1 no ip address shutdown ! no ip classless ! line con 0 line aux 0 line vty 0 4 password sailing login ! end Router_C#sh app route Codes: R - RTMP derived, E - EIGRP derived, ... C - connected, A - AURP S - static P - proxy 2 routes in internet The first zone listed for each entry is its ... default (primary) zone. C Net 140-149 directly connected, Ethernet0, ... zone left R Net 150-159 [1/G] via 0.0, 4 sec, Tunnel0, ... zone right Router_B version 11.3 no service password-encryption ! hostname Router_B ! enable secret 5 ... $1$eZ3D$vnTjKaCLtbSCcMF1mGzZm0 enable password cnaprep ! ip host a 210.7.93.1 ip host router_a 210.7.93.1 ip host router_c 65.62.245.2 frame-relay switching isdn switch-type ntt ! interface Serial0 no ip address no ip mroute-cache shutdown no fair-queue clockrate 4000000 ! interface Serial1 ip address 65.62.245.3 255.255.255.0 encapsulation frame-relay no ip mroute-cache keepalive 15 clockrate 2000000 frame-relay lmi-type cisco frame-relay intf-type dce frame-relay route 100 interface Serial2 ... 200 ! interface Serial2 ip address 65.62.245.4 255.255.255.0 encapsulation frame-relay no ip mroute-cache keepalive 15 clockrate 115200 frame-relay lmi-type cisco frame-relay intf-type dce frame-relay route 200 interface Serial1 ... 100 ! interface Serial3 no ip address no ip mroute-cache shutdown no cdp enable ! interface TokenRing0 no ip address no ip mroute-cache shutdown no cdp enable ! interface BRI0 no ip address no ip mroute-cache shutdown no cdp enable ! ip classless ! ! line con 0 exec-timeout 0 0 line aux 0 line vty 0 4 password ccieprep login ! end Router_A Router_A#sh run Building configuration... Current configuration: ! version 11.3 no service password-encryption ! hostname Router_A ! enable secret 5 ... $1$.s1R$iaEqZxLnYJo2QlZi8UNaO0 enable password ccnaprep appletalk routing ipx routing 0010.7b15.bd41 ! interface Loopback0 ip address 172.17.10.2 255.255.255.0 ! interface Tunnel0 no ip address tunnel source Serial0/0 tunnel destination 172.16.10.2 tunnel mode cayman ! interface Ethernet0/0 ip address 172.18.10.2 255.255.255.0 no ip mroute-cache appletalk cable-range 150-159 ... 152.202 appletalk zone right no cdp enable ! interface Serial0/0 ip address 172.16.10.1 255.255.255.0 encapsulation frame-relay no ip mroute-cache cdp enable frame-relay lmi-type cisco ! interface TokenRing0/0 no ip address no ip mroute-cache shutdown ring-speed 16 no cdp enable ! interface FastEthernet1/0 no ip address no ip mroute-cache shutdown no cdp enable ! ip classless ! line con 0 exec-timeout 0 0 line aux 0 line vty 0 4 password ccieprep login ! end Router_A#sh app route Codes: R - RTMP derived, E - EIGRP derived, ... C - connected, A - AURP S - static P - proxy 2 routes in internet The first zone listed for each entry is its ... default (primary) zone. R Net 140-149 [1/G] via 0.0, 7 sec, Tunnel0, ... zone left C Net 150-159 directly connected, ... Ethernet0/0, zone right Notice that, when using Cayman tunneling, you must not configure the tunnel with an AppleTalk network address. When configuring GRE-IP, an Appletalk address must be used.