bridge – a family of commands for configuring L2 bridges

show bridge id <id>

Show L2 bridge configuration for <id>.

bridge id <id>

Go to the configuration menu of bridge <id>. <id> from 1 to 4094.

bridge id=['id']> [no] enable-learning

Enable (or disable, if no) MAC Learning for bridge <id>.

bridge id=['id']> mac-age <minutes>

Set MAC Aging for bridge <id>. Time in minutes or 0 to disable.

bridge id=['id']> addif <interface>

Include interface in bridge <id>.

bridge id=['id']> delif <interface>

Remove interface from bridge <id>.

no bridge id <id>

Delete bridge <id>.

show mac-table all

Show MAC address table.

clear mac-table all

Clear MAC address table.

| Prev | Home | Next |