网络通信 频道

IPX协议设置

  IPX协议与IP协议是两种不同的网络层协议,它们的路由协议也不一样,IPX的路由协议不象IP的路由协议那样丰富,所以设置起来比较简单。但IPX协议在以太网上运行时必须指定封装形式。 
  
  1. 有关命令 
   
  IPX封装类型列表
   
  举例:
  
  在此例中,WAN的IPX网络为3a00,Router1所连接的局域网IPX网络号为2a00,在此局域网有一台Novell服务器,IPX网络号也是2a00, 路由器接口的IPX网络号必须与在同一网络的Novell服务器上设置的IPX网络号相同。路由器通过监听SAP来建立已知的服务及自己的网络地址表,并每60秒发送一次自己的SAP表。
  
  
  
  Router1:
  
  ipx routing
  
  interface ethernet 0
  
   ipx network 2a00 encapsulation sap
  
  !
  
  interface serial 0
  
   ipx network 3a00
  
  !
  
  ipx router eigrp 10
  
   network 3a00
  
   network 2a00
  
  !
  
   
  
  Router2:
  
  ipx routing
  
  interface ethernet 0
  
   ipx network 2b00 encapsulation sap
  
  !
  
  interface serial 0
  
   ipx network 3a00
  
  !
  
  ipx router eigrp 10
  
   network 2b00
  
   network 3a00
  
  ! 
  
  相关调试命令:
  
  debug ipx packet
  
  debug ipx routing
  
  debug ipx sap
  
  debug ipx spoof
  
  debug ipx spx
  
  show ipx eigrp interfaces
  
  show ipx eigrp neighbors
  
  show ipx eigrp topology
  
  show ipx interface
  
  show ipx route
  
  show ipx servers
  
  show ipx spx-spoof
  
文章转载地址:http://cisco.chinaitlab.com/TCP/5444.html
0
相关文章