3 typical configuration examples, Ypical, Onfiguration – PLANET XGS3-24040 User Manual

Page 137: Xamples

Advertising
background image

Chapter 15 MAC Table Configuration

15-4

<vlan-id>] [interface [ethernet |

portchannel] <interface-name>]

15.3 Typical Configuration Examples

Figure 2-2 MAC Table typical configuration example

Scenario:

Four PCs as shown in the above figure connect to port 1/5、1/7、1/9、1/11 of switch, all the four PCs belong

to the default VLAN1. As required by the network environment, dynamic learning is enabled. PC1 holds

sensitive data and can not be accessed by any other PC that is in another physical segment; PC2 and PC3

have static mapping set to port 7 and port 9, respectively.

The configuration steps are listed below:

1.

Set the MAC address 00-01-11-11-11-11 of PC1 as a filter address.

Switch(config)#mac-address-table static 00-01-11-11-11-11 discard vlan 1.

2.

Set the static mapping relationship for PC2 and PC3 to port 7 and port 9, respectively.

Switch(config)#mac-address-table static 00-01-22-22-22-22 interface ethernet 1/7 vlan 1

Switch(config)#mac-address-table static 00-01-33-33-33-33 interface ethernet 1/9 vlan 1

1/7

1/9

1/11

1/5

PC1

MAC 00-01-11-11-11-11

PC4

MAC 00-01-44-44-44-44

PC3

MAC 00-01-33-33-33-33

PC2

MAC 00-01-22-22-22-22

Advertising