Use the group-number or group-name parameter for the following:
To configure administrative groups, complete the following steps.
device>configure
device(config)# router mpls
device(config-router-mpls)# mpls-interface ethernet 0/8
device(config-router-mpls-if-ethernet-0/8)# dynamic-bypass
device(config-router-mpls-if-ethernet-0/8-dynamic-bypass)# include-all 4 5
device(config-router-mpls-if-ethernet-0/8-dynamic-bypass)# include-any 6 7
device(config-router-mpls-if-ethernet-0/8-dynamic-bypass)# exclude-any 10 11
The following example combines the steps above the configure administrative groups.
device>configure device(config)# router mpls device(config-router-mpls)# mpls-interface ethernet 0/8 device(config-router-mpls-if-ethernet-0/8)# dynamic-bypass device(config-router-mpls-if-ethernet-0/8-dynamic-bypass)# include-all 4 5 device(config-router-mpls-if-ethernet-0/8-dynamic-bypass)# include-any 6 7 device(config-router-mpls-if-ethernet-0/8-dynamic-bypass)# exclude-any 10 11