This is an old revision of the document!
configure terminal ! vtp mode transparent ! vlan 128-129 exit ! ip routing ! spanning-tree portfast default ! interface Vlan 128 ip address 10.0.128.1 255.255.255.0 no shutdown exit interface Vlan 129 ip address 10.0.129.1 255.255.255.0 no shutdown exit interface Vlan 130 ip address 10.0.130.1 255.255.255.0 no shutdown exit interface FastEthernet 1/0/1 switchport mode access switchport access vlan 128 exit interface FastEthernet 1/0/4 switchport mode access switchport access vlan 129 exit interface FastEthernet 1/0/5 switchport mode access switchport access vlan 128 exit ! end
configure terminal ! interface FastEthernet 0/0 ip address 10.0.128.101 255.255.255.0 no shutdown exit ! ip route 0.0.0.0 0.0.0.0 10.0.128.1 ! line vty 0 15 privilege level 15 password kotone login exit ! end
configure terminal ! interface FastEthernet 0/0 ip address 10.0.130.102 255.255.255.0 no shutdown exit ! ip route 0.0.0.0 0.0.0.0 10.0.130.1 ! line vty 0 15 privilege level 15 password kotone login exit ! end
configure terminal ! access-list 101 permit ip 10.0.129.0 0.0.0.255 any ! mac access-list extended DBSV permit host 001b.2a77.66d2 any exit ! vlan access-map V-MAP 10 match ip address 101 action drop exit vlan access-map V-MAP 20 match mac address DBSV action drop exit vlan access-map V-MAP 30 action forward exit ! vlan filter V-MAP vlan-list 128 ! end
vlan filter V-MAP vlan-list 128, 129