您的位置:
首页 >> 资讯资料 >> IT培训 >> 正文:CCIE实验室考试指南(2)

CCIE实验室考试指南(2)

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
encapsulation frame-relay
no fair-queue
!
interface Serial1
no ip address
shutdown
!
no ip classless
line con 0
line aux 0
line vty 0 4
password sailing
login
!
end
Router_A
Current configuration:
!
version 11.3
no service password-encryption
!
hostname Router_A
!
enable secret 5 ...
$1$.s1R$iaEqZxLnYJo2QlZi8UNaO0
enable password ccnaprep
!
ipx routing 0010.7b15.bd41
!
interface Tunnel0
no ip address
ipx network CAD
tunnel source Serial0/0
tunnel destination 172.16.10.2
interface Ethernet0/0
no ip mroute-cache
ipx network BAD
no cdp enable
!
interface Serial0/0
ip address 172.16.10.1 255.255.255.0
encapsulation frame-relay
no ip mroute-cache
frame-relay lmi-type ansi
!
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
no cdp run
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password ccieprep
login
!
end
Full connectivity:
Router_A#sh ipx route
Codes: C - Connected primary network, c - ...
Connected secondary network
S - Static, F - Floating static, L - ...
Local (internal), W - IPXWAN
R - RIP, E - EIGRP, N - NLSP, X - ...
External, A - Aggregate
s - seconds, u - uses, U - Per-user ...
static
3 Total IPX routes. Up to 1 parallel paths ...
and 16 hops allowed.
No default route known.
C BAD (NOVELL-ETHER), Et0/0
C CAD (TUNNEL), Tu0
R DAD [151/01] via ...
CAD.0060.09c3.df60, 32s, Tu0
 Lab 04 -


  Time Protocol
  Using the diagram below configure Network Time Protocol.
  Send_ntp will provide time to Receive_ntp.
  Use your current time and location for your clock settings.

  此主题相关图片如下:




  Solution:
  Set the appropriate time and time zone for the router that will act as
  your time server.
  Also set the time server using the "ntp master" command.
  At the appropriate interface broadcast the NTP protocol.
  Send_ntp#clock set 07:30:00 20 jan ...
  1999
  Send_ntp#config t
  Enter configuration commands, one per line. ...
  End with CNTL/Z.
  Send_ntp(config)#clock ?
  summer-time Configure summer (daylight ...
  savings) time
  timezone Configure time zone
  Send_ntp(config)#clock timezone est 5
  Send_ntp(config)#clock summer-time ?
  WORD name of time zone in summer
  Send_ntp(config)#clock summer-time est ?
  date Configure absolute summer time
  recurring Configure recurring summer time
  Send_ntp(config)#clock summer-time est ...
  recurring
  Send_ntp(config)#int s0
  Send_ntp(config-if)#ntp broadcast
  Send_ntp(config)#ntp master
  Send_ntp#sh run
  Building configuration...
  %SYS-5-CONFIG_I: Configured from console by ...
  console
  Current configuration:
  !


  Last configuration change at 07:40:38 est ...
  Wed Jan 20 1999
  !
  version 11.3
  no service password-encryption
  !
  hostname Send_ntp
  !
  !
  clock timezone est 5
  clock summer-time est recurring
  !
  interface Ethernet0
  ip address 172.16.2.32 255.255.255.0
  !
  interface Serial0
  ip address 172.16.4.5 255.255.255.252
  no ip mroute-cache
  ntp broadcast
  no fair-queue
  !
  interface Serial1
  no ip address
  shutdown
  !
  router rip
  network 172.16.0.0
  !
  ip classless
  line con 0
  line 1 8
  line aux 0
  line vty 0 4
  !
  ntp master
  end
  To configure the receiving router, just point it to the time server.
  Before router is configured to receive time from NTP server:
  receive_ntp#sh clock
  *00:05:04.359 UTC Mon Mar 1 1993
  receive_ntp#config t
  Enter configuration commands, one per line. ...
  End with CNTL/Z.
  receive_ntp(config)#ntp server ...
  172.16.4.5
  receive_ntp(config)#^Z
  %SYS-5-CONFIG_I: Configured from console by ...
  console
  receive_ntp#sh clock
  .02:31:46.866 UTC Wed Jan 20 1999
  receive_ntp#sh run
  Building configuration...
  Current configuration:
  !
  version 11.3
  no service password-encryption
 !
  hostname receive_ntp
  interface Serial0
  ip address 172.16.4.6 255.255.255.252
  no ip mroute-cache
  clockrate 56000
  !
  interface Serial1
  no ip address
  shutdown
  !
  interface Serial2
  no ip address
  shutdown
  !
  interface Serial3
  no ip address
  shutdown
  !
  interface TokenRing0
  no ip address
  shutdown
  !
  interface BRI0
  no ip address
  shutdown
  !
  ip classless
  line con 0
  line aux 0
  line vty 0 4
  login
  !
  ntp server 172.16.4.5
  end
【作者:本站编辑┊来源:IT教育指南┊2005-02-28】TAGS:
评论与咨询 内容报错
姓名: 电话: 邮箱: 地址:

  • ·本咨询平台是部分培训机构与本站指定的网上报名、咨询的专用平台,您可以通过此处提交您的信息,我们或该机构会根据您所提交的信息及时给予回复;
  • ·为了更好的问您服务,请填写您真实的姓名和相关联系方式,以便我们能及时给您答复;
  • ·不得提交有关违反国家互联网规定的不良信息,对于违规者我们有权追究你的法律责任!若有任何问题请 联系我们
关于我们 | 服务条款 | 广告服务 | 客服中心 | 网站导航 - 设为首页 - 收藏本站
Copyright © 2006-2008 www.0512edu.com.cn All Rights Reserved
苏州培训资讯网 版权所有
Powered By:AspArticle2.0 在远方