Home >Database >Mysql Tutorial >Cisco vlan access-map

Cisco vlan access-map

WBOY
WBOYOriginal
2016-06-07 15:05:101466browse

SW_4506#show vlan access-map Vlan access-map "vlan101_access_map" 20 Match clauses: ip address: vlan101_allow Action: forward Vlan access-map "vlan101_access_map" 30 Match clauses: ip address: vlan101_deny Action: drop Vlan access-map "vla

SW_4506#show vlan access-map
Vlan access-map "vlan101_access_map"  20
  Match clauses:
    ip  address: vlan101_allow
  Action:
    forward
Vlan access-map "vlan101_access_map"  30
  Match clauses:
    ip  address: vlan101_deny
  Action:
    drop
Vlan access-map "vlan101_access_map"  40
  Match clauses:
  Action:
    forward

 

 

 

SW_4506#show access-lists
Extended IP access list vlan101_allow
    10 permit ip 192.168.100.0 0.0.0.255 host 172.16.0.10 (8476 matches)
Extended IP access list vlan101_deny
    10 permit ip 192.168.100.0 0.0.0.255 192.168.42.0 0.0.0.255 (309 matches)
    20 permit ip 192.168.100.0 0.0.0.255 192.168.48.0 0.0.0.255
    30 permit ip 192.168.100.0 0.0.0.255 172.19.0.0 0.0.255.255 (4 matches)
    40 permit ip 192.168.100.0 0.0.0.255 172.18.0.0 0.0.255.255
    50 permit ip 192.168.100.0 0.0.0.255 192.168.2.0 0.0.0.255
    60 permit ip 192.168.100.0 0.0.0.255 192.168.12.0 0.0.0.255

 


 

SW_4506# show vlan filter
VLAN Map vlan101_access_map is filtering VLANs:
  101

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn