Command anything.
Check Bandwidth
telnet [ip router]
#username and password
#sh int [interface=s0/0,f0/0]
Edit Configuration
#en
#password
แสดง IP Route
#show ip route
Show QOS Policy
#show policy-map interface
Show Access-List
#show access-lists
Add New Access-list
#en
#conf t
#access-list 101 permit ip host 10.10.10.9 any
#access-list 101 permit ip any host 10.10.20.9
#access-list 101 permit tcp host 10.10.10.8 eq ftp any
Delete Access-list
#en
#conf t
#no access-list 101
Show cache flow
#show ip cache flow
include 10.10.10.9
Update Bandwidth priority of policy-map
#conf t
#policy-map QOS
#class FAX
#priority 64
telnet [ip router]
#username and password
#sh int [interface=s0/0,f0/0]
Edit Configuration
#en
#password
แสดง IP Route
#show ip route
Show QOS Policy
#show policy-map interface
Show Access-List
#show access-lists
Add New Access-list
#en
#conf t
#access-list 101 permit ip host 10.10.10.9 any
#access-list 101 permit ip any host 10.10.20.9
#access-list 101 permit tcp host 10.10.10.8 eq ftp any
Delete Access-list
#en
#conf t
#no access-list 101
Show cache flow
#show ip cache flow
include 10.10.10.9
Update Bandwidth priority of policy-map
#conf t
#policy-map QOS
#class FAX
#priority 64
Comments
Post a Comment