System Bridge
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSgxNCkucG5nIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzY1NDgwNjc2fX19XX0_&Signature=cvJLhhjlK5tydi2lXAFsg6GEFFr-uG9Wqkx1Ol61jmWw8sCX2kYij704iU9dTENZq5s1iPw~bsG8PXuY5br3~9V3fOtpESbKxZYzzZbpp-KWNjxrKFAbWay2U5uplveqYZX2ZjJOCQuDWvXupscpw-ChGdGo0kYQ25QlsofHxb4iMQ0t~fyBHbjLyoQ90KSg~BqACOG4Qobr7WL-1kmYxxnbXUwdaJxjrhseD73ARPNhq9NbCxOgR0BOzuWqwy5JOZ-z2~WO9zNclKZRqoo0ILdV3MR~NxzjcW1R-9tVvv3r88o0Fr3Myzfvkeh0QojWzpYWqReWiDQe3abVk~Bciw__&Key-Pair-Id=K2TK3EG287XSFC)
System Bridge Attributes
| Attribute | Values | Default | Required | Description |
|---|---|---|---|---|
| Lacp-priority | Unint32 | 32768 | N | Defines the default LACP priority for determining which end is master in the LACP relationship. |
| Aging-time | Int32 | 300 | N | The amount of time to keep a MAC entry in the tables before aging it out. |
| Bridge-mode | Undefined 8021q 8021ad 8021d |
8021q | N | Only 8021q is supported. Unknown bridge type Standard 802.1q single tagged Double tagging with S/C tags. Standard switch with spanning tree prior to 8021q |
| Block-unknown-unicast | true | false | False | N | Whether to block flooding of unitcast packets that do not have a known mac binding. When set, device must speak to learn mac address prior to being able to talk to the device. Prior to that time, it will not be able to talk. |
- Command Path – tolt>system>bridge>config>
- Module – tolt
- Container – system
- Container – bridge
- Container – config
- Types –
- Lacp-priority – Defines the default LACP priority for determining which end is master in the LACP relationship.
- Unint32 (default 32768)
- Aging-time – The amount of time to keep a MAC entry in the tables before aging it out.
- Int32 (default 300)
- Bridge-mode – Only 8021q is supported.
Unknown bridge type
Standard 802.1q single tagged
Double tagging with S/C tags.
Standard switch with spanning tree prior to 8021q- Undefined | 8021q (default) | 8021ad | 8021d
- Block-unknown-unicast – Whether to block flooding of unitcast packets that do not have a known mac binding. When set, device must speak to learn mac address prior to being able to talk to the device. Prior to that time, it will not be able to talk.
- true | false (default)
- Lacp-priority – Defines the default LACP priority for determining which end is master in the LACP relationship.
Tolt System Bridge config Example
The following example will setthe bridge aging timer to 400 (6.6 minutes) and to meet switch security stigs and prevent flooding when a MAC has not been previously learned.
- Command Path – tolt>system>bridge>config>
- Module – tolt
- Container – system
- Container – bridge
- Container – config
- Types – Example Parameters
- aging-time 400
- block-unknown-unicast true
- From the MDS1-ESUA<Config># command line, input tolt system bridge aging-time 400 config block-unknown-unicast true and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt system bridge config aging-time true block-unknown-unicast true <enter> MDS1-ESUA<Config># commit <enter> commit complete MDS1-ESUA<Config># _
Show Bridge Configuration
- Command Path – show>running-config>tolt>system>bridge>
- Command – show
- Database– running-config
- Module – tolt
- Container – system
- Container – bridge
- From the MDS1-ESUA# command line, input show running-config tolt system bridge and press Enter. Output similar to the following is displayed:
MDS1-ESUA# show running-config tolt system bridge <enter> tolt system bridge config lacp-priority 32768 tolt system bridge config aging-time 600 tolt system bridge config bridge-mode 8021q tolt system bridge config block-unknown-unicast false MDS1-ESUA# _
FEEDBACK: Are you happy with this material?
Thank you Your feedback helps us to continually improve our content.