88 VLAN CommandsNN47250-100 (Version 02.51)Examples The following command adds a permanent entry for MAC address 00:11:22:aa:bb:ccon ports 3 and 5 in VLAN blue:WSS# set fdb perm 00:11:22:aa:bb:cc port 3,5 vlan bluesuccess: change accepted.The following command adds a static entry for MAC address 00:2b:3c:4d:5e:6f on port 1 in the defaultVLAN:WSS# set fdb static 00:2b:3c:4d:5e:6f port 1 vlan defaultsuccess: change accepted.See Also• clear fdb on page 74• show fdb on page 81set fdb agingtimeChanges the aging timeout period for dynamic entries in the forwarding database.Syntax set fdb agingtime vlan-id age secondsDefaults The aging timeout period is 300 seconds (5 minutes).Access Enabled.Examples The following command changes the aging timeout period to 600 seconds for entriesthat match VLAN orange:WSS# set fdb agingtime orange age 600success: change accepted.See Also show fdb agingtime on page 83set security l2-restrictRestricts Layer 2 forwarding between clients in the same VLAN. When you restrict Layer 2 forwarding in aVLAN, WSS Software allows Layer 2 forwarding only between a client and a set of MAC addresses,generally the VLAN’s default routers. Clients within the VLAN are not permitted to communicate amongthemselves directly. To communicate with another client, the client must use one of the specified defaultrouters.vlan-id VLAN name or number. The timeout period change applies only toentries that match the specified VLAN.age seconds Value for the timeout period, in seconds. You can specify a value from 0through 1,000,000. If you change the timeout period to 0, aging isdisabled.