配置和查看IPX路由和SAP服务


本节主要进行IPX RIP路由选择协议和服务方面的有关实验 。
1.实验目的
通过本实验,读者可以把握以下技能
●查看IPX路由表;
●配置IPX RIP协议;
●配置IPX服务;
●监测相关信息 。
2. 设备需求
本实验需要以下设备:
●Cisco路由器2台,命名为R1和R2,要求最少具有1个以太网接口,并且IOS软件为Desktop版本以上;
●1条交叉线序的双绞线,或2条正常线序双绞线和1个Hub;
●1台终端服务器 。如Cisco 2509路由器 。及用于反向Telnet的相应电缆;
●1台带有超级终端程序的PC机,以及Console电缆及转接器 。
3. 拓扑结构及配置说明
本实验拓扑结构如图9-2所示,2台路由器通过以太网连接起来 。
以太网段上的IPX网络号为12,R1的L0接口上的IPX网络号为AA,R2的L0接口上的IPX网络号为BB 。
4. 实验配置及监测结果
第1部分:IPX RIP路由的配置和监测
首先完成各有关接口的IPX配置 。R1和R2路由器的配置见配置清常9-2 。
配置清单9-2 实验2各路由器的配置和监测信息
 
第1段:R1路由器配置
sh runn
Building configuration...
Current configuration : 857 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service passWord-encryption
!
hostname R1
!
ip subnet-zero
!
ipx routing 0000.0c76.f736
!
interface Loopback0
 no ip address
 ipx network AA
!
interface Ethemet0
 no ip address
 ipx network 12
!
ip classless
ip http server
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
end
第2段:R2路由器配置
Building configuration...
Current configuration : 663 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2
!
no logging console
!
ip subnet-zero
no ip finger
!
ipx routing 0000.0c8e.cdd2
!
interface Loopback0
 no ip address
 ipx network BB
!
interface Ethernet0
 no ip address
 ipx network 12
!
ip classless
ip http server
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
第3段:查看和配置IPX路由
R1#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.
C12(NOVELL-ETHER), Et0
CAA (UNKNOWN), Lo0
RBB[02/01]via 12.0000.0c8e.cdd2, 33s,Et0
R1#ping ipx BB.0000.0c8e.cdd2
Type escape sequence to abort.
Sending 5, 100-byte IPX Novell Echoes to BB.0000.0c8e.cdd2, timeout is 2 seconds:
!!!!!
SUCcess rate is 100 percent(5/5),round-trip min/avg/max=4/4/4 ms
R1#
Term_Server#2
[Resuming connection 2 to R2 ... ]
R2#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.
C12(NOVELL-ETHER),Et0
CBB(UNKNOWN), Lo0
RAA[02/01]via 12.0000.0c76.f736, 3s,Et0

推荐阅读