●IP转发相关协议和标准<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
1)ARP:RFC 826
2)RARP:RFC 903
3)InARP:RFC 2390
4)帧中继多协议封装:RFC 2427
5)区分服务代码点(DSCP):RFC 2474
●IP转发相关命令
命令 |
描述 |
[no] ip classless |
激活无类或分类转发 |
show ip arp |
显示IP ARP缓存的内容 |
show frame-relay map |
显示帧中继DLCI与3层地址映射信息 |
frame-relay interface-dlci |
为子接口关联某个DLCI的配置命令 |
[no] switchport |
为接口绑定2层交换或路由功能的交换机接口子命令 |
clear frame-relay inarp |
从帧中继映射表中清除所有InARP学习到的信息 |
[no] ip route-cache cef |
在接口上激活或屏蔽CEF交换的接口子命令 |
[no] ip cef |
在所有接口上激活(或屏蔽)CEF的全局命令 |
debug frame-relay events |
显示帧中继事件消息(包括InARP消息) |
show frame-relay map |
显示帧中继3层到2层映射的信息 |
frame-relay map protocol protocol-address {dlci} [broadcast] [ietf | cisco] |
将3层地址映射到DLCI的接口子命令 |
[no] frame-relay inverse-arp [protocol] [dlci] |
激活或屏蔽InARP的接口子命令 |
[no] ip routing |
激活或屏蔽IP路由;多层交换机上默认为屏蔽 |
ip policy route-map map-tag |
激活策略路由功能的接口子命令 |
转载于:https://blog.51cto.com/riser/57013