Bridge1#config term | Enter configure mode |
Bridge1(config)#bridge 1 protocol rstp vlan-bridge | Create bridge 1 as an RSTP VLAN-aware bridge. |
Bridge1(config)#vlan database | Configure VLAN database |
Bridge1(config-vlan)#vlan 200-205 bridge 1 state enable | Create VLAN 200-205 on bridge 1 |
Bridge1(config)#interface ce49 | Configure interface ce49 |
Bridge1(config-if)#switchport | Configure ce49 as a layer 2 port |
Bridge1(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge1(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge1(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge1(config-if)#switchport trunk allowed vlan add 200-205 | Allow vlan 200-205 on ce49 interface |
Bridge1(config-if)#interface xe2 | Configure interface xe2 |
Bridge1(config-if)#switchport | Configure xe2 as a layer 2 port |
Bridge1(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge1(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge1(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge1(config-if)#switchport trunk allowed vlan add 200-205 | Allow vlan 200-205 on xe2 interface |
Bridge1(config-if)#ethernet cfm domain-type character-string domain-name 00061 level 7 mip-creation none | Create cfm domain with type as character string with name 00061 and set mip creation criteria to default with level 7 |
Bridge1(config-ether-cfm)#service ma-type string ma-name 43982 | Create ma type as string with name 43982. |
Bridge1(config-ether-cfm-ma)# vlan 201 bridge 1 | Add VLAN 201 |
Bridge1(config-ether-cfm-ma)# mip-creation none | Set MIP-creation criteria to none |
Bridge1(config-ether-cfm-ma)#ethernet cfm mep down mpid 16 active true ce49 | Create down MEP 16 for ce49 interface |
Bridge1(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge1(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet CFM MA-MEP mode |
Bridge1(config-ether-cfm-ma)#mep crosscheck mpid 61 | Configure crosscheck to remote MEP with value 61 |
Bridge1(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge1(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet MA mode |
Bridge1(config-ether-cfm)#ethernet cfm domain-type character-string domain-name 00012 level 7 mip-creation none | Create CFM domain with type as character string with name 00012 and set mip creation criteria to default with level 7 |
Bridge1(config-ether-cfm)#service ma-type string ma-name 43982 | Create MA type as string with name 43982 |
Bridge1(config-ether-cfm-ma)# vlan 201 bridge 1 | Add VLAN 201 |
Bridge1(config-ether-cfm-ma)# mip-creation none | Set MIP-creation criteria to none |
Bridge1(config-ether-cfm-ma)#ethernet cfm mep down mpid 12 active true xe2 | Create down MEP 12 for xe2 interface |
Bridge1(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge1(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet CFM MA-MEP mode |
Bridge1(config-ether-cfm-ma)#mep crosscheck mpid 21 | Configure crosscheck to remote MEP with value 21 |
Bridge1(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge1(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet ma mode |
Bridge1(config-ether-cfm)#g8032 ring subring | Create g8032 ring with name subring |
Bridge1(g8032-ring-config)#east-interface ce49 | Associate ce49 interface as east-interface |
Bridge1(g8032-ring-config)#west-interface xe2 | Associate xe2 interface as west-interface |
Bridge1(g8032-ring-config)#g8032 profile profile1 | Create g8032 profile with profile name profile1 |
Bridge1(g8032-profile-config)#timer wait-to-restore 1 | Configure wait to restore time as 1 min |
Bridge1(g8032-profile-config)#timer hold-off 0 | Configure hold-off timer value as 0 |
Bridge1(g8032-profile-config)#timer guard-timer 10 | Configure guard-timer value as 10ms |
Bridge1(g8032-profile-config)#switching mode revertive | Configure Switching mode as revertive Switching mode |
Bridge1(g8032-profile-config)#g8032 erp-instance erp2 | Create g8032 erp instance erp2 |
Bridge1(g8032-config-switch)#ring-type sub-ring-vc | Configure ring type as subring virtual channel |
Bridge1(g8032-config-switch)#ring subring | Associate ring subring to erp2 instance |
Bridge1(g8032-config-switch)#rpl role owner west-interface | Configure the node as owner node on west-interface |
Bridge1(g8032-config-switch)#g8032-profile profile1 | Associate Profile profile1 to erp2 instance |
Bridge1(g8032-config-switch)#aps-channel level 7 | Configure level as 7 |
Bridge1(g8032-config-switch)#aps-channel vlan 201 | Configure RAPS channel vlan as 201 |
Bridge1(g8032-config-switch)#data vlan 202-205 | Configure traffic vlan from 202-205 |
Bridge1(g8032-config-switch)#ring-id 1 | Configure ring-id as 1 |
Bridge1(g8032-config-switch)#commit | Commit the candidate configuration to the running configuration |
Bridge1(g8032-config-switch)#end | Exit g8032 erp instance mode |
Bridge2#config term | Enter configure mode |
Bridge2(config)#bridge 1 protocol rstp vlan-bridge | Create bridge 1 as an RSTP VLAN-aware bridge. |
Bridge1(config)#vlan database | Configure VLAN database |
Bridge2(config-vlan)#vlan 100 bridge 1 state enable | Create VLAN 100 on bridge 1 |
Bridge2(config-vlan)#vlan 200-205 bridge 1 state enable | Create VLAN 200-205 on bridge 1 |
Bridge2(config)#interface xe2 | Configure interface xe2 |
Bridge2(config-if)#switchport | Configure xe2 as a layer 2 port |
Bridge2(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge2(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge2(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge2(config-if)#switchport trunk allowed vlan add 100,200-205 | Allow vlan 100,200-205 on xe2 interface |
Bridge2(config-if)#interface xe6 | Configure interface xe6 |
Bridge2(config-if)#switchport | Configure xe6 as a layer 2 port |
Bridge2(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge2(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge2(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge2(config-if)#switchport trunk allowed vlan add 100,200-205 | Allow vlan 100,200-205 on xe6 interface |
Bridge2(config-if)#interface xe8 | Configure interface xe8 |
Bridge2(config-if)#switchport | Configure xe8 as a layer 2 port |
Bridge2(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge2(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge2(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge2(config-if)#switchport trunk allowed vlan add 100,200-205 | Allow vlan 100,200-205 on xe8 interface |
Bridge2(config-if)#ethernet cfm domain-type character-string domain-name 00012 level 7 mip-creation none | Create cfm domain with type as character string with name 00012 and set mip creation criteria to default with level 7 |
Bridge2(config-ether-cfm)#service ma-type string ma-name 43982 | Create ma type as string with name 43982 |
Bridge2(config-ether-cfm-ma)# vlan 201 bridge 1 | Add VLAN 201 |
Bridge2(config-ether-cfm-ma)# mip-creation none | Set mip-creation criteria to none |
Bridge2(config-ether-cfm-ma)#ethernet cfm mep down mpid 21 active true xe2 | Create down MEP 21 for xe2 interface |
Bridge2(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge2(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet CFM MA-MEP mode |
Bridge2(config-ether-cfm-ma)#mep crosscheck mpid 12 | Configure crosscheck to remote MEP with value 12 |
Bridge2(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge2(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet ma mode |
Bridge2(config-ether-cfm)#ethernet cfm domain-type character-string domain-name 00052 level 7 mip-creation none | Create cfm domain with type as character string with name 00052 and set mip creation criteria to default with level 7 |
Bridge2(config-ether-cfm)#service ma-type string ma-name 43982 | Create ma type as string with name 43982 |
Bridge2(config-ether-cfm-ma)# vlan 200 bridge 1 | Add VLAN 200 |
Bridge2(config-ether-cfm-ma)# mip-creation none | Set MIP-creation criteria to none |
Bridge2(config-ether-cfm-ma)#ethernet cfm mep down mpid 25 active true xe6 | Create down MEP 25 for xe6 interface |
Bridge2(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge2(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet CFM MA-MEP mode |
Bridge2(config-ether-cfm-ma)#mep crosscheck mpid 52 | Configure crosscheck to remote MEP with value 52 |
Bridge2(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge2(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet ma mode |
Bridge2(config-ether-cfm)#ethernet cfm domain-type character-string domain-name 00023 level 7 mip-creation none | Create CFM domain with type as character string with name 00023 and set mip creation criteria to default with level 7 |
Bridge2(config-ether-cfm)#service ma-type string ma-name 43982 | Create MA type as string with name 43982 |
Bridge2(config-ether-cfm-ma)# vlan 200 bridge 1 | Add VLAN 200 |
Bridge2(config-ether-cfm-ma)# mip-creation none | Set MIP-creation criteria to none |
Bridge2(config-ether-cfm-ma)#ethernet cfm mep down mpid 23 active true xe8 | Create down MEP 23 for xe8 interface |
Bridge2(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge2(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet CFM MA-MEP mode |
Bridge2(config-ether-cfm-ma)#mep crosscheck mpid 32 | Configure crosscheck to remote MEP with value 32 |
Bridge2(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge2(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet MA mode |
Bridge2(config-ether-cfm)#g8032 ring ring | Create g8032 ring with name ring on bridge 1 |
Bridge2(g8032-ring-config)#east-interface xe6 | Associate xe6 interface as east-interface |
Bridge2(g8032-ring-config)#west-interface xe8 | Associate xe8 interface as west-interface |
Bridge2(g8032-ring-config)#g8032 profile profile1 | Create g8032 profile with profile name profile1 |
Bridge2(g8032-profile-config)#timer wait-to-restore 1 | Configure wait to restore time as 1 min |
Bridge2(g8032-profile-config)#timer hold-off 0 | Configure hold-off timer value as 0 |
Bridge2(g8032-profile-config)#timer guard-timer 10 | Configure guard-timer value as 10ms |
Bridge2(g8032-profile-config)#switching mode revertive | Configure Switching mode as revertive Switching mode |
Bridge2(g8032-profile-config)#g8032 erp-instance erp1 | Create g8032 erp instance erp1 |
Bridge2(g8032-config-switch)#ring ring | Associate ring RING1 to erp1 instance |
Bridge2(g8032-config-switch)#ring-type major-ring | Configure ring-type as major ring |
Bridge2(g8032-config-switch)#rpl role non-owner | Configure the node as non-owner node |
Bridge2(g8032-config-switch)#g8032-profile profile1 | Associate Profile profile1 to erp1 instance |
Bridge2(g8032-config-switch)#aps-channel level 7 | Configure level as 7 |
Bridge2(g8032-config-switch)#aps-channel vlan 200 | Configure RAPS channel vlan as 200 |
Bridge2(g8032-config-switch)#data vlan 202-205, 100 | Configure traffic vlan from 202-205, 100 |
Bridge2(g8032-config-switch)#ring-id 1 | Configure ring-id as 1 |
Bridge2(g8032-config-switch)#g8032 ring subring | Create g8032 ring with name subring |
Bridge2(g8032-ring-config)#east-interface xe2 | Associate xe2 interface as east-interface |
Bridge2(g8032-ring-config)#g8032 erp-instance erp2 | Create g8032 erp instance erp2 |
Bridge2(g8032-config-switch)#ring-type sub-ring-vc | Configure ring-type as sub-ring virtual channel |
Bridge2(g8032-config-switch)#ring subring | Associate ring RING1 to erp2 instance |
Bridge2(g8032-config-switch)#rpl role neighbor east-interface | Configure the node as neighbor node on east interface |
Bridge2(g8032-config-switch)#g8032-profile profile1 | Associate Profile profile1 to erp2 instance |
Bridge2(g8032-config-switch)#aps-channel level 7 | Configure level as 7 |
Bridge2(g8032-config-switch)#aps-channel vlan 201 | Configure RAPS channel vlan as 201 |
Bridge2(g8032-config-switch)#data vlan 202-205 | Configure traffic vlan from 202-205 |
Bridge2(g8032-config-switch)#ring-id 1 | Configure ring-id as 1 |
Bridge2(g8032-config-switch)#virtual-channel 100 attached-to-instance erp1 | Configure virtual channel with vlan 100 and attach erp2 to erp1 |
Bridge1(g8032-config-switch)# enable-tcn-propagation | Enable tcn propagation |
Bridge2(g8032-config-switch)#commit | Commit the candidate configuration to the running configuration |
Bridge2(g8032-config-switch)#end | Exit g8032 erp instance mode |
Bridge3#config term | Enter configure mode |
Bridge3(config)#bridge 1 protocol rstp vlan-bridge | Create bridge 1 as an RSTP VLAN-aware bridge. |
Bridge3(config)#vlan database | Configure VLAN database |
Bridge3(config-vlan)#vlan 100 bridge 1 state enable | Create VLAN 100 on bridge 1 |
Bridge3(config-vlan)#vlan 200-205 bridge 1 state enable | Create VLAN 200-205 on bridge 1 |
Bridge3(config)#interface xe8 | Configure interface xe8 |
Bridge3(config-if)#switchport | Configure xe8 as a layer 2 port |
Bridge3(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge3(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge3(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge3(config-if)#switchport trunk allowed vlan add 100,200-205 | Allow vlan 100,200-205 on xe8 interface |
Bridge3(config-if)#interface xe4 | Configure interface xe4 |
Bridge3(config-if)#switchport | Configure xe4 as a layer 2 port |
Bridge3(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge3(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge3(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge3(config-if)#switchport trunk allowed vlan add 100,200-205 | Allow VLAN 100,200-205 on xe4 interface |
Bridge3(config-if)#ethernet cfm domain-type character-string domain-name 00023 level 7 mip-creation none | Create CFM domain with type as character string with name 00023 and set mip creation criteria to default with level 7 |
Bridge3(config-ether-cfm)#service ma-type string ma-name 43982 | Create MA type as string with name 43982 |
Bridge3(config-ether-cfm-ma)# vlan 200 bridge 1 | Add VLAN 200 |
Bridge3(config-ether-cfm-ma)# mip-creation none | Set MIP-creation criteria to none |
Bridge3(config-ether-cfm-ma)#ethernet cfm mep down mpid 32 active true xe8 | Create down MEP 32 for xe8 interface |
Bridge3(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge3(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet CFM MA-MEP mode |
Bridge3(config-ether-cfm-ma)#mep crosscheck mpid 23 | Configure crosscheck to remote MEP with value 23 |
Bridge3(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge3(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet MA mode |
Bridge3(config-ether-cfm)#ethernet cfm domain-type character-string domain-name 00034 level 7 mip-creation none | Create cfm domain with type as character string with name 00034 and set mip creation criteria to default with level 7 |
Bridge3(config-ether-cfm)#service ma-type string ma-name 43982 | Create ma type as string with name 43982 |
Bridge3(config-ether-cfm-ma)# vlan 200 bridge 1 | Add VLAN 200 |
Bridge3(config-ether-cfm-ma)# mip-creation none | Set MIP-creation criteria to none |
Bridge3(config-ether-cfm-ma)#ethernet cfm mep down mpid 34 active true xe4 | Create down MEP 34 for xe4 interface |
Bridge3(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge3(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet CFM MA-MEP mode |
Bridge3(config-ether-cfm-ma)#mep crosscheck mpid 43 | Configure crosscheck to remote MEP with value 43 |
Bridge3(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge3(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet ma mode |
Bridge3(config-ether-cfm)#g8032 ring ring | Create g8032 ring with name ring |
Bridge3(g8032-ring-config)#east-interface xe8 | Associate xe8 interface as east-interface |
Bridge3(g8032-ring-config)#west-interface xe4 | Associate xe4 interface as west-interface |
Bridge3(g8032-ring-config)#g8032 profile profile1 | Create g8032 profile with profile name profile1 |
Bridge3(g8032-profile-config)#timer wait-to-restore 1 | Configure wait to restore time as 1 min |
Bridge3(g8032-profile-config)#timer hold-off 0 | Configure hold-off timer value as 0 |
Bridge3(g8032-profile-config)#timer guard-timer 10 | Configure guard-timer value as 10ms |
Bridge3(g8032-profile-config)#switching mode revertive | Configure Switching mode as revertive Switching mode |
Bridge3(g8032-profile-config)#g8032 erp-instance erp1 | Create g8032 erp instance erp1 |
Bridge3(g8032-config-switch)#ring ring | Associate ring ring to erp1 instance |
Bridge3(g8032-config-switch)#ring-type major-ring | Configure ring-type as major ring |
Bridge3(g8032-config-switch)#rpl role owner west-interface | Configure the node as owner node on west interface |
Bridge3(g8032-config-switch)#g8032-profile profile1 | Associate Profile profile1 to erp1 instance |
Bridge3(g8032-config-switch)#aps-channel level 7 | Configure level as 7 |
Bridge3(g8032-config-switch)#aps-channel vlan 200 | Configure RAPS channel vlan as 200 |
Bridge3(g8032-config-switch)#data vlan 202-205,100 | Configure traffic vlan from 202-205, 100 |
Bridge3(g8032-config-switch)#ring-id 1 | Configure ring-id as 1 |
Bridge3(g8032-config-switch)#commit | Commit the candidate configuration to the running configuration |
Bridge3(g8032-config-switch)#end | Exit g8032 erp instance mode |
Bridge4#config term | Enter configuration mode |
Bridge4(config)#bridge 1 protocol rstp vlan-bridge | Create bridge 1 as an RSTP VLAN-aware bridge. |
Bridge4(config)#vlan database | Configure VLAN database |
Bridge5(config-vlan)#vlan 100 bridge 1 state enable | Create VLAN 100 on bridge 1 |
Bridge4(config-vlan)#vlan 200-205 bridge 1 state enable | Create VLAN 200-205 on bridge 1 |
Bridge4(config)#interface xe4 | Configure interface xe4 |
Bridge4(config-if)#switchport | Configure xe4 as a layer 2 port |
Bridge4(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge4(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge4(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge4(config-if)#switchport trunk allowed vlan add 100,200-205 | Allow vlan 100,200-205 on xe4 interface |
Bridge4(config-if)#interface xe16 | Configure interface xe16 |
Bridge4(config-if)#switchport | Configure xe4 as a layer 2 port |
Bridge4(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge4(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge4(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge4(config-if)#switchport trunk allowed vlan add 100,200-205 | Allow vlan 100,200-205 on xe16 interface |
Bridge4(config-if)#ethernet cfm domain-type character-string domain-name 00034 level 7 mip-creation none | Create cfm domain with type as character string with name 00023 and set mip creation criteria to default with level 7 |
Bridge4(config-ether-cfm)#service ma-type string ma-name 43982 | Create ma type as string with name 43982 |
Bridge4(config-ether-cfm-ma)# vlan 200 bridge 1 | Add VLAN 200 |
Bridge4(config-ether-cfm-ma)# mip-creation none | Set mip-creation criteria to none |
Bridge4(config-ether-cfm-ma)#ethernet cfm mep down mpid 43 active true xe4 | Create down MEP 43 for xe4 interface |
Bridge4(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge4(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet CFM MA-MEP mode |
Bridge4(config-ether-cfm-ma)#mep crosscheck mpid 34 | Configure crosscheck to remote MEP with value 34 |
Bridge4(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge4(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet ma mode |
Bridge4(config-ether-cfm)#ethernet cfm domain-type character-string domain-name 00045 level 7 mip-creation none | Create cfm domain with type as character string with name 00045 and set mip creation criteria to default with level 7 |
Bridge4(config-ether-cfm)#service ma-type string ma-name 43982 | Create ma type as string with name 43982 |
Bridge4(config-ether-cfm-ma)# vlan 200 bridge 1 | Add VLAN 200 |
Bridge4(config-ether-cfm-ma)# mip-creation none | Set mip-creation criteria to none |
Bridge4(config-ether-cfm-ma)#ethernet cfm mep down mpid 45 active true xe16 | Create down MEP 45 for xe16 interface |
Bridge4(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge4(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet CFM MA-MEP mode |
Bridge4(config-ether-cfm-ma)#mep crosscheck mpid 54 | Configure crosscheck to remote MEP with value 54 |
Bridge4(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge4(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet MA mode |
Bridge4(config-ether-cfm)#g8032 ring ring | Create g8032 ring with name ring |
Bridge4(g8032-ring-config)#east-interface xe4 | Associate xe4 interface as east-interface |
Bridge4(g8032-ring-config)#west-interface xe16 | Associate xe16 interface as west-interface |
Bridge4(g8032-ring-config)#g8032 profile profile1 | Create g8032 profile with profile name profile1 |
Bridge4(g8032-profile-config)#timer wait-to-restore 1 | Configure wait to restore time as 1 min |
Bridge4(g8032-profile-config)#timer hold-off 0 | Configure hold-off timer value as 0 |
Bridge4(g8032-profile-config)#timer guard-timer 10 | Configure guard-timer value as 10ms |
Bridge4(g8032-profile-config)#switching mode revertive | Configure Switching mode as revertive Switching mode |
Bridge4(g8032-profile-config)#g8032 erp-instance erp1 | Create g8032 erp instance erp1 |
Bridge4(g8032-config-switch)#ring-type major-ring | Configure ring-type as major ring |
Bridge4(g8032-config-switch)#ring ring | Associate ring ring to erp1 instance |
Bridge4(g8032-config-switch)#rpl role neighbor east-interface | Configure the node as neighbor node on east interface |
Bridge4(g8032-config-switch)#g8032-profile profile1 | Associate Profile profile1 to erp1 instance |
Bridge4(g8032-config-switch)#aps-channel level 7 | Configure level as 7 |
Bridge4(g8032-config-switch)#aps-channel vlan 200 | Configure RAPS channel vlan as 200 |
Bridge4(g8032-config-switch)#data vlan 202-205, 100 | Configure traffic vlan from 202-205, 100 |
Bridge4(g8032-config-switch)#ring-id 1 | Configure ring-id as 1 |
Bridge4(g8032-config-switch)#commit | Commit the candidate configuration to the running configuration |
Bridge4(g8032-config-switch)#end | Exit g8032 erp instance mode |
Bridge5#config term | Enter configure mode |
Bridge5(config)#bridge 1 protocol rstp vlan-bridge | Create bridge 1 as an RSTP VLAN-aware bridge. |
Bridge1(config)#vlan database | Configure VLAN database |
Bridge5(config-vlan)#vlan 100 bridge 1 state enable | Create VLAN 100 on bridge 1 |
Bridge5(config-vlan)#vlan 200-205 bridge 1 state enable | Create VLAN 200-205 on bridge 1 |
Bridge5(config)#interface xe16 | Configure interface xe16 |
Bridge5(config-if)#switchport | Configure xe16 as a layer 2 port |
Bridge5(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge5(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge5(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge5(config-if)#switchport trunk allowed vlan add 100,200-205 | Allow vlan 100,200-205 on xe16 interface |
Bridge5(config-if)#interface xe6 | Configure interface xe6 |
Bridge5(config-if)#switchport | Configure xe6 as a layer 2 port |
Bridge5(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge5(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge5(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge5(config-if)#switchport trunk allowed vlan add 100,200-205 | Allow vlan 100,200-205 on xe6 interface |
Bridge5(config-if)#interface xe17 | Configure interface xe17 |
Bridge5(config-if)#switchport | Configure xe17 as a layer 2 port |
Bridge5(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge5(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge5(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge5(config-if)#switchport trunk allowed vlan add 100,200-205 | Allow vlan 100,200-205 on xe17 interface |
Bridge5(config-if)#ethernet cfm domain-type character-string domain-name 00045 level 7 mip-creation none | Create cfm domain with type as character string with name 00045 and set mip creation criteria to default with level 7 |
Bridge5(config-ether-cfm)#service ma-type string ma-name 43982 | Create ma type as string with name 43982 |
Bridge5(config-ether-cfm-ma)# vlan 200 bridge 1 | Add VLAN 200 |
Bridge5(config-ether-cfm-ma)# mip-creation none | Set mip-creation criteria to none |
Bridge5(config-ether-cfm-ma)#ethernet cfm mep down mpid 54 active true xe16 | Create down MEP 54 for xe16 interface |
Bridge5(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge5(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet CFM ma-mep mode |
Bridge5(config-ether-cfm-ma)#mep crosscheck mpid 45 | Configure crosscheck to remote MEP with value 45 |
Bridge5(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge5(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet ma mode |
Bridge5(config-ether-cfm)#ethernet cfm domain-type character-string domain-name 00052 level 7 mip-creation none | Create cfm domain with type as character string with name 00052 and set mip creation criteria to default with level 7 |
Bridge5(config-ether-cfm)#service ma-type string ma-name 43982 | Create MA type as string with name 43982 |
Bridge5(config-ether-cfm-ma)# vlan 200 bridge 1 | Add VLAN 200 |
Bridge5(config-ether-cfm-ma)# mip-creation none | Set mip-creation criteria to none |
Bridge5(config-ether-cfm-ma)#ethernet cfm mep down mpid 52 active true xe6 | Create down MEP 52 for xe6 interface |
Bridge5(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge5(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet CFM MA-MEP mode |
Bridge5(config-ether-cfm-ma)#mep crosscheck mpid 25 | Configure crosscheck to remote MEP with value 25 |
Bridge5(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge5(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet ma mode |
Bridge5(config-ether-cfm)#ethernet cfm domain-type character-string domain-name 00056 level 7 mip-creation none | Create cfm domain with type as character string with name 00056 and set mip creation criteria to default with level 7 |
Bridge5(config-ether-cfm)#service ma-type string ma-name 43982 | Create ma type as string with name 43982 |
Bridge5(config-ether-cfm-ma)# vlan 201 bridge 1 | Add VLAN 201 |
Bridge5(config-ether-cfm-ma)# mip-creation none | Set mip-creation criteria to none |
Bridge5(config-ether-cfm-ma)#ethernet cfm mep down mpid 56 active true xe17 | Create down MEP 56 for xe17 interface |
Bridge5(config-ether-cfm-ma-mep)#cc multicast state enable | Enable cc multicast |
Bridge5(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet cfm ma-mep mode |
Bridge5(config-ether-cfm-ma)#mep crosscheck mpid 65 | Configure crosscheck to remote MEP with value 65 |
Bridge5(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge5(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet ma mode |
Bridge5(config-ether-cfm)#g8032 ring ring | Create g8032 ring with name ring |
Bridge5(g8032-ring-config)#east-interface xe16 | Associate xe16 interface as east-interface |
Bridge5(g8032-ring-config)#west-interface xe6 | Associate xe6 interface as west-interface |
Bridge5(g8032-ring-config)#g8032 profile profile1 | Create g8032 profile with profile name profile1 |
Bridge5(g8032-profile-config)#timer wait-to-restore 1 | Configure wait to restore time as 1 min |
Bridge5(g8032-profile-config)#timer hold-off 0 | Configure hold-off timer value as 0 |
Bridge5(g8032-profile-config)#timer guard-timer 10 | Configure guard-timer value as 10ms |
Bridge5(g8032-profile-config)#switching mode revertive | Configure Switching mode as revertive Switching mode |
Bridge5(g8032-profile-config)#g8032 erp-instance erp1 | Create g8032 erp instance erp1 |
Bridge5(g8032-config-switch)#ring ring | Associate ring ring to erp1 instance |
Bridge5(g8032-config-switch)#ring-type major-ring | Configure ring-type as major ring |
Bridge5(g8032-config-switch)#rpl role non-owner | Configure the node as non-owner node |
Bridge5(g8032-config-switch)#g8032-profile profile1 | Associate Profile profile1 to erp1 instance |
Bridge5(g8032-config-switch)#aps-channel level 7 | Configure level as 7 |
Bridge5(g8032-config-switch)#aps-channel vlan 200 | Configure RAPS channel vlan as 200 |
Bridge5(g8032-config-switch)#data vlan 202-205,100 | Configure traffic vlan from 202-205, 100 |
Bridge5(g8032-config-switch)#ring-id 1 | Configure ring-id as 1 |
Bridge5(g8032-config-switch)#g8032 ring subring | Create g8032 physical ring with name subring |
Bridge5(g8032-ring-config)#east-interface xe17 | Associate xe17 interface as east-interface |
Bridge5(g8032-profile-config)#g8032 erp-instance erp2 | Create g8032 erp instance erp2 |
Bridge5(g8032-config-switch)#ring-type sub-ring-vc | Configure ring-type as sub-ring virtual channel |
Bridge5(g8032-config-switch)#ring subring | Associate ring subring to erp2 instance |
Bridge5(g8032-config-switch)#rpl role non-owner | Configure the node as non-owner node |
Bridge5(g8032-config-switch)#g8032-profile profile1 | Associate Profile profile1 to erp2 instance |
Bridge5(g8032-config-switch)#aps-channel level 7 | Configure level as 7 |
Bridge5(g8032-config-switch)#aps-channel vlan 201 | Configure RAPS channel vlan as 201 |
Bridge5(g8032-config-switch)#data vlan 202-205 | Configure traffic vlan from 202-205 |
Bridge5(g8032-config-switch)#ring-id 1 | Configure ring-id as 1 |
Bridge5(g8032-config-switch)#virtual-channel 100 attached-to-instance erp1 | Configure virtual channel with vlan 100 and attach erp2 to erp1 |
Bridge5(g8032-config-switch)# enable-tcn-propagation | Enable tcn propagation |
Bridge5(g8032-config-switch)#commit | Commit the candidate configuration to the running configuration |
Bridge5(g8032-config-switch)#end | Exit g8032 erp instance mode |
Bridge6#config term | Enter configuration mode |
Bridge6(config)#bridge 1 protocol rstp vlan-bridge | Create bridge 1 as an RSTP VLAN-aware bridge. |
Bridge1(config)#vlan database | Configure VLAN database |
Bridge6(config-vlan)#vlan 200-205 bridge 1 state enable | Create VLAN 200-205 on bridge 1 |
Bridge6(config-vlan)#hardware-profile filter cfm-domain-name-str enable | Enable CFM domain name as string |
Bridge6(config)#interface xe0 | Configure interface xe0 |
Bridge6(config-if)#switchport | Configure xe0 as a layer 2 port |
Bridge6(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge6(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge6(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge6(config-if)#switchport trunk allowed vlan add 200-205 | Allow vlan 200-205 on xe0 interface |
Bridge6(config-if)#interface ce0 | Configure interface ce0 |
Bridge6(config-if)#switchport | Configure ce0 as a layer 2 port |
Bridge6(config-if)#bridge-group 1 | Configure interface in bridge group 1 |
Bridge6(config-if)#bridge-group 1 spanning-tree disable | Disable spanning tree for bridge group 1 on that interface |
Bridge6(config-if)#switchport mode trunk | Configure port as trunk port |
Bridge6(config-if)#switchport trunk allowed vlan add 200-205 | Allow vlan 200-205 on ce0 interface |
Bridge6(config-if)#ethernet cfm domain-type character-string domain-name 00056 level 7 mip-creation none | Create cfm domain with type as character string with name 00056 and set mip creation criteria to default with level 7 |
Bridge6(config-ether-cfm)#service ma-type string ma-name 43982 | Create MA type as string with name 43982. |
Bridge6(config-ether-cfm-ma)# vlan 201 bridge 1 | Add VLAN 201 |
Bridge6(config-ether-cfm-ma)# mip-creation none | Set MIP-creation criteria to none |
Bridge6(config-ether-cfm-ma)#ethernet cfm mep down mpid 65 active true xe0 | Create down MEP 65 for xe0 interface |
Bridge6(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge6(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet cfm ma-mep mode |
Bridge6(config-ether-cfm-ma)#mep crosscheck mpid 56 | Configure crosscheck to remote MEP with value 56 |
Bridge6(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge6(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet ma mode |
Bridge6(config-ether-cfm)#ethernet cfm domain-type character-string domain-name 00061 level 7 mip-creation none | Create cfm domain with type as character string with name 00061 and set mip creation criteria to default with level 7 |
Bridge6(config-ether-cfm)#service ma-type string ma-name 43982 | Create ma type as string with name 43982 |
Bridge6(config-ether-cfm-ma)# vlan 201 bridge 1 | Add VLAN 201 |
Bridge6(config-ether-cfm-ma)# mip-creation none | Set MIP-creation criteria to none |
Bridge6(config-ether-cfm-ma)#ethernet cfm mep down mpid 61 active true ce0 | Create down MEP 61 for ce0 interface |
Bridge6(config-ether-cfm-ma-mep)#cc multicast state enable | Enable CC multicast |
Bridge6(config-ether-cfm-ma-mep)#exit-ether-ma-mep-mode | Exit ethernet cfm ma-mep mode |
Bridge6(config-ether-cfm-ma)#mep crosscheck mpid 16 | Configure crosscheck to remote MEP with value 16 |
Bridge6(config-ether-cfm-ma)#cc interval 100ms | Enable CC interval with 100ms |
Bridge6(config-ether-cfm-ma)#exit-ether-ma-mode | Exit Ethernet ma mode |
Bridge6(config-ether-cfm)#g8032 ring subring | Create g8032 physical ring with name subring |
Bridge6(g8032-ring-config)#east-interface xe0 | Associate xe0 interface as east-interface |
Bridge6(g8032-ring-config)#west-interface ce0 | Associate ce0 interface as west-interface |
Bridge6(g8032-ring-config)#g8032 profile profile1 | Create g8032 profile with profile name profile1 |
Bridge6(g8032-profile-config)#timer wait-to-restore 1 | Configure wait to restore time as 1 min |
Bridge6(g8032-profile-config)#timer hold-off 0 | Configure hold-off timer value as 0 |
Bridge6(g8032-profile-config)#timer guard-timer 10 | Configure guard-timer value as 10ms |
Bridge6(g8032-profile-config)#switching mode revertive | Configure Switching mode as revertive Switching mode |
Bridge6(g8032-profile-config)#g8032 erp-instance erp2 | Create g8032 erp instance erp2 |
Bridge6(g8032-config-switch)#ring-type sub-ring-vc | Configure ring type as subring virtual channel |
Bridge6(g8032-config-switch)#ring subring | Associate ring subring to erp2 instance |
Bridge6(g8032-config-switch)#rpl role non-owner | Configure the node as non-owner node |
Bridge6(g8032-config-switch)#g8032-profile profile1 | Associate Profile profile1 to erp2 instance |
Bridge6(g8032-config-switch)#aps-channel level 7 | Configure level as 7 |
Bridge6(g8032-config-switch)#aps-channel vlan 201 | Configure RAPS channel vlan as 201 |
Bridge6(g8032-config-switch)#data-traffic-vlan 202-205 | Configure traffic vlan from 202-205 |
Bridge6(g8032-config-switch)#ring-id 1 | Configure ring-id as 1 |
Bridge6(g8032-config-switch)#commit | Commit the candidate configuration to the running configuration |
Bridge6(g8032-config-switch)#end | Exit g8032 erp instance mode |