11-02-2011 11:18 AM - edited 03-04-2019 02:08 PM
Hello,
I cannot assign a bridge group to a subinterface :
interface GigabitEthernet0/1/3
no ip address
negotiation auto
!
interface GigabitEthernet0/1/3.3
encapsulation dot1Q 3 native
*** bridge-group 3 is not recognized by IOS XE Version 15.1(3)S1
!
interface GigabitEthernet0/1/3.228
encapsulation dot1Q 228
*** bridge-group 228 is not recognized by IOS XE
!
interface BVI3
ip address x.x.3.1 255.255.255.0
!
interface BVI228
ip address x.x.228.1 255.255.252.0
!
bridge 3 protocol ieee
bridge 3 route ip
bridge 228 protocol ieee
bridge 228 route ip
It appears that the bridge-group command is not available.
Regards
11-02-2011 01:15 PM
Hi,
Have you tried the command under the interface and not sub-interface?
interface GigabitEthernet0/1/3
no ip address
negotiation auto
bridge-group 3
HTH
11-02-2011 02:41 PM
Hello,
yes i tried that because i read on a post that bridge-group should be set on the interface and sub-interface as well, but even on the interface the command is not available.
Regards.
11-04-2011 06:26 AM
Hello,
Finally I was told that the "bridge-group" command in not yet available on IOS XE, and will be implemented in the next release. It is quite surprising.
Regards.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide