博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
基本的IPX配置
阅读量:7080 次
发布时间:2019-06-28

本文共 3912 字,大约阅读时间需要 13 分钟。

试验拓扑来源:BAIDU


简单的IPX配置:

Router#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R1
R1(config)#ipx routing 
R1(config)#int e1/0
R1(config-if)#ipx network 12
R1(config-if)#no shu
Router#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R2
R2(config)#ipx routing 
R2(config)#int e1/0
R2(config-if)#ipx network 12
R2(config-if)#no shu

使用show ipx int e1/0查看信息:

R1(config)#do show ipx int e1/0
Ethernet1/0 is up, line protocol is up
  IPX address is 12.ca00.09ec.001c, NOVELL-ETHER [up]
  Delay of this IPX network, in ticks is 1 
  IPXWAN processing not enabled on this interface.
  IPX SAP update interval is 60 seconds
  IPX type 20 propagation packet forwarding is disabled
  Incoming access list is not set
  Outgoing access list is not set
  IPX helper access list is not set
  SAP GGS output filter list is not set
  SAP GNS processing enabled, delay 0 ms, output filter list is not set
  SAP Input filter list is not set
  SAP Output filter list is not set
  SAP Router filter list is not set
  Input filter list is not set
  Output filter list is not set
  Router filter list is not set
  Netbios Input host access list is not set
  Netbios Input bytes access list is not set
  Netbios Output host access list is not set
  Netbios Output bytes access list is not set
  Updates each 60 seconds aging multiples RIP: 3 SAP: 3 
  SAP interpacket delay is 55 ms, maximum size is 480 bytes
  RIP interpacket delay is 55 ms, maximum size is 432 bytes
  RIP response delay is not set
  IPX accounting is disabled
  IPX fast switching is configured (enabled)
  RIP packets received 1, RIP packets sent 1, 0 Throttled
  RIP specific requests received 0, RIP specific replies sent 0
  RIP general requests received 1, 0 ignored, RIP general replies sent 0
  SAP packets received 1, SAP packets sent 1, 0 Throttled
  SAP GNS packets received 0, SAP GNS replies sent 0
  SAP GGS packets received 1, 0 ignored, SAP GGS replies sent 0
Router(config)#do ping 12.ca00.09ec.001c
Translating "12.ca00.09ec.001c"...domain server (255.255.255.255)
R2#show ipx int e1/0
Ethernet1/0 is up, line protocol is up
  IPX address is 12.ca00.0e50.001c, NOVELL-ETHER [up]
  Delay of this IPX network, in ticks is 1 
  IPXWAN processing not enabled on this interface.
  IPX SAP update interval is 60 seconds
  IPX type 20 propagation packet forwarding is disabled
  Incoming access list is not set
  Outgoing access list is not set
  IPX helper access list is not set
  SAP GGS output filter list is not set
  SAP GNS processing enabled, delay 0 ms, output filter list is not set
  SAP Input filter list is not set
  SAP Output filter list is not set
  SAP Router filter list is not set
  Input filter list is not set
  Output filter list is not set
  Router filter list is not set
  Netbios Input host access list is not set
  Netbios Input bytes access list is not set
  Netbios Output host access list is not set
  Netbios Output bytes access list is not set
  Updates each 60 seconds aging multiples RIP: 3 SAP: 3 
  SAP interpacket delay is 55 ms, maximum size is 480 bytes
  RIP interpacket delay is 55 ms, maximum size is 432 bytes
  RIP response delay is not set
  IPX accounting is disabled
  IPX fast switching is configured (enabled)
  RIP packets received 0, RIP packets sent 1, 0 Throttled
  RIP specific requests received 0, RIP specific replies sent 0
  RIP general requests received 0, 0 ignored, RIP general replies sent 0
  SAP packets received 0, SAP packets sent 1, 0 Throttled
  SAP GNS packets received 0, SAP GNS replies sent 0
  SAP GGS packets received 0, 0 ignored, SAP GGS replies sent 0

验证:

R1#ping 12.ca00.09ec.001c
Translating "12.ca00.09ec.001c"...domain server (255.255.255.255)
Type escape sequence to abort.
Sending 5, 100-byte IPX Novell Echoes to 12.ca00.09ec.001c, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

OK,很简单的实验,完。

本文转自loveme2351CTO博客,原文链接:http://blog.51cto.com/loveme23/30320 ,如需转载请自行联系原作者

你可能感兴趣的文章
简单理解Ajax原理
查看>>
Delphi XE2 之 FireMonkey 入门(18) - TLang(多语言切换的实现)
查看>>
我的友情链接
查看>>
PKI_IOS证书加密L2L ×××
查看>>
oracle 体系结构及内存管理 05_重建EM
查看>>
一个灵活、好用、扩展性好的WCM系统应该包含哪些功能
查看>>
斯坦佛编程教程-Unix编程工具(三)
查看>>
iOS少用的框架
查看>>
Centos7 Snapper快照备份
查看>>
cdn
查看>>
我的友情链接
查看>>
分治的一次简单实践
查看>>
MySQL内存设置—— MySQL server has gone away
查看>>
Java语言中的----运算符
查看>>
ES Java API_基于bulk实现多4S店销售数据批量上传
查看>>
TypeScript基础入门之JSX(二)
查看>>
mysql并发控制
查看>>
什么是BGP?使用BGP方案有什么优点
查看>>
Windows唤出桌面图标设置
查看>>
C4D操作 延迟 ,卡顿罕见状况解决方案。
查看>>