CCIE实验室考试指南(5)
添加时间: 2008-1-5 3:11:59 作者: Cisco教程指导 阅读次数:24 来源: http://www.d9soft.com
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.
上一篇文章: CCIE实验室考试指南(4) 下一篇文章: CCNP交换篇4:ATM交换(ATM Switch)

