标签:ESS 查找 out www 修改 sts 维护 acl list
日常维护操作查看VLAN信息
show run-config interface vlan 1
show ip interface vlan 1
查看接口信息
show run-config interface 1/0/1
查看日志信息
show log
查看路由表
show ip route
查看VLAN中已分配并使用的ip和对应的物理地址
show ip arp vlan 1
查看相邻路由器或者三层交换机信息及其ip信息
show cdp neighbors
show cdp neighbors Gig 1/0/1 detail
查看详细ACL的配置信息
show access-lists 101
创建一条ACL
access-list 101 permit tcp 172.16.3.0 0.0.0.255 172.16.4.13 0.0.0.0 eq www
access-list 101 permit tcp host 172.31.220.112 host 192.168.1.21 eq www
access-list 101 permit ip any host 192.168.1.31
access-list 101 permit tcp 192.168.1.0 0.0.0.255 any eq 80
标签:ESS 查找 out www 修改 sts 维护 acl list
原文地址:https://blog.51cto.com/liujingyu/2530745