Looking at our startup v running config we have the same litem but on different lines,
Here is my start-up
interface GigabitEthernet1.12
encapsulation dot1Q 12
bridge-group 12
!
interface GigabitEthernet1.22
encapsulation dot1Q 22
bridge-group 22
!
interface GigabitEthernet1.72
encapsulation dot1Q 72
bridge-group 72
!
interface GigabitEthernet1.82
encapsulation dot1Q 82
bridge-group 82
!
interface GigabitEthernet1.92
encapsulation dot1Q 92
bridge-group 92
!
interface GigabitEthernet1.100
encapsulation dot1Q 100 native
bridge-group 1
!
interface GigabitEthernet1.102
encapsulation dot1Q 102
bridge-group 102
And here is my running config
interface GigabitEthernet1.12
encapsulation dot1Q 12
bridge-group 12
no bridge-group 12 spanning-disabled
!
interface GigabitEthernet1.22
encapsulation dot1Q 22
bridge-group 22
no bridge-group 22 spanning-disabled
!
interface GigabitEthernet1.72
encapsulation dot1Q 72
bridge-group 72
no bridge-group 72 spanning-disabled
!
interface GigabitEthernet1.82
encapsulation dot1Q 82
bridge-group 82
no bridge-group 82 spanning-disabled
!
interface GigabitEthernet1.92
encapsulation dot1Q 92
bridge-group 92
no bridge-group 92 spanning-disabled
!
interface GigabitEthernet1.100
encapsulation dot1Q 100 native
bridge-group 1
no bridge-group 1 spanning-disabled
!
interface GigabitEthernet1.102
encapsulation dot1Q 102
bridge-group 102
no bridge-group 102 spanning-disabled
I have placed the below to an ignore but it's not working
no bridge-group*
What would I need to add so these lines get ignored
Thanks
Chet