学帮网 > Cisco认证 > 教育资讯

CCIE实验室考试指南(3)[1]

来源:学生作业学帮网 编辑:学帮网 时间:2024/06/02 00:09:44 Cisco认证
CCIE实验室考试指南(3)[1]Cisco认证
【网络综合 - Cisco认证】
Lab 03 -
Frame Relay and IPX Tunneling (GRE)
Scenario:
Given the following diagram, configure IPX on the Ethernet links of
Router_A and Router_C only. Provide full connectivity using Router_B
as a frame relay switch.
Solution:
Router_B
hostname Router_B
enable secret 5 ...
$1$eZ3D$vnTjKaCLtbSCcMF1mGzZm0
enable password ccnaprep
!
frame-relay switching
isdn switch-type ntt
!
interface Serial0
no ip address
no ip mroute-cache
shutdown
no fair-queue
clockrate 4000000
!
interface Serial1
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
encapsulation frame-relay
frame-relay lmi-type ansi
no ip mroute-cache
keepalive 15
clockrate 115200
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_C
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
!
ipx routing 0060.09c3.df60
interface Tunnel0
no ip address
ipx network CAD
tunnel source Serial0
tunnel destination 172.16.10.1
!
interface Ethernet0
ipx network DAD
!
interface Ethernet1
no ip address
shutdown
!
interface Serial0
ip address 172.16.10.2 255.255.255.0
encapsulatCisco认证