PRIMERGY 10GbE Connection Blade 18/8 User Guide
29 / 95
3.4.2
Configuring MAC filter 2
This section describes how to configure MAC filter which passes only packets of the specified
destination MAC address and rejects the other packets.
<Filtering Design>
VLAN 10 consists of interface0/1-0/8 and they are untag VLAN.
VLAN 20 consists of interface0/1-0/4 and interface0/9-0/12.Interface0/1-0/4 is tag VLAN and
Interface0/9-0/12 is untag VLAN.
Interface0/4-0/8 in VLAN 10 pass packets of the only destination MAC
address00:0b:01:02:03:04 and rejects the other packets.
<Commands>
Configure ACL which specifies destination MAC address 00:0b:01:02:03:04 and VLAN
10.---(1)
(config)#acl 120 mac any 00:0b:01:02:03:04 any
(config)#acl 120 vlan 10 any
Configure ACL which specifies all packet format of VLAN10. ---
(
2
)
(config)#acl 110 vlan 10 any
Configure mac filter which pass packets specified by (1) in interface0/4-0/8
(config)#interface range 0/4-0/8
(config-if)#macfilter 0 pass 120
Configure mac filter which rejects packets specified by (2) in interface0/4-0/8
(config)#interface range 0/4-0/8
(config-if)#macfilter 1 reject 110
3.4.3
Configuring MAC filter 3
This section describes how to configure MAC filter which rejects only packets of the specified
destination MAC address and passes the other packets.
<Filtering Design>
VLAN 10 consists of interface0/1-0/8 and they are untag VLAN.
VLAN 20 consists of interface0/1-0/4 and interface0/9-0/12.Interface0/1-0/4 is tag VLAN and
Interface0/9-0/12 is untag VLAN.
Interface0/1-0/4 rejects IP protocol packets and passes the other packets.
<Commands>
Configure ACL which specifies IP protocol(IP,ARP,Reserve ARP) ---(1)
(config)#acl 130 mac any any ether 0800
(config)#acl 131 mac any any ether 0806
(config)#acl 132 mac any any ether 8035
Configure mac filter which rejects packets specified by (1) in interface0/1-0/4
and rejects packets
specified by (2) in interface0/4-0/8
(config)#interface range 0/1-0/4
(config-if)#macfilter 0 reject 130
(config-if)#macfilter 1 reject 131
(config-if)#macfilter 2 reject 132