CLI Guide

Table Of Contents
Layer 3 Routing Commands 1524
3 1
4 1
5 1
madan 1
console#show mac access-lists
Current number of all ACLs: 9 Maximum number of all ACLs: 100
MAC ACL Name Rules Interface(s) Direction Count
------------------------------- ----- ------------ --------- ----------
madan 1
mohan 1
goud 1
console#configure
console(config)#route-map madan
console(route-map)#match ip address 1 2 3 4 5 madan
console(route-map)#match mac-list madan mohan goud
console(route-map)#exit
console(config)#exit
console #show route-map
route-map madan permit 10
Match clauses:
ip address (access-lists) : 1 2 3 4 5 madan
mac-list (access-lists) : madan mohan goud
Set clauses:
console(config)#access-list 2 permit every
Request denied. Another application using this ACL restricts the number of
rules allowed.
console(config)#ip access-list madan
console(config-ipv4-acl)#permit udp any any
Request denied. Another application using this ACL restricts the number of
rules allowed.
match length
Use this command to configure packet length matching criteria for a route
map. Use the no form of this command to delete a match statement from a
route map.