查看统计信息:
router#show ip nat statistics
查看映射条目: router#show ip nat rule
禁止从telnet路由器 router(config)#access-list 10 deny tcp any 11.0.0.1 0.255.255.255 eq 23 //丢弃访问23号端口的所有公网数据 router(config)#int f0/0 router(config-if)#ip access-group 10 in 。 //允许通过f0/0端口访问路由的23号端口
vlan服务/客户模式设置 Switch#vlan database Switch(vlan)#vtp domain trent.com Switch(vlan)#vtp [server/client]