cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
507
Views
0
Helpful
1
Replies

Bridging group in Port Channel subinterfaces

wecheng
Level 1
Level 1

Hi all,

We have a CSR8540 and we would like to have bridging-groups defined in Port-channel subinterfaces with dot1q VLAN such as the one shown below:

CSR8540-L3#show run

Building configuration...

Current configuration:

!

!

version 12.0

no service pad

service timestamps debug uptime

service timestamps log datetime

no service password-encryption

!

hostname CSR8540-L3

!

!

...

....

.....

ip subnet-zero

bridge irb

!

interface Port-channel1

no ip address

no ip directed-broadcast

hold-queue 300 in

!

interface Port-channel1.1

encapsulation dot1Q 1

no ip redirects

no ip directed-broadcast

bridge-group 1

!

interface Port-channel1.2

encapsulation dot1Q 2

no ip redirects

no ip directed-broadcast

bridge-group 2

!

interface Port-channel1.99

encapsulation dot1Q 99 native

no ip redirects

no ip directed-broadcast

!

interface FastEthernet1

no ip address

no ip directed-broadcast

channel-group 1

!

interface FastEthernet2

no ip address

no ip directed-broadcast

channel-group 1

!

interface FastEthernet3

no ip address

no ip directed-broadcast

channel-group 2

!

interface FastEthernet4

no ip address

no ip directed-broadcast

channel-group 2

!

interface FastEthernet5

no ip address

no ip directed-broadcast

bridge-group 1

!

interface FastEthernet6

no ip address

no ip directed-broadcast

bridge-group 2

!

!

! a routed interface for bridge-group 1

interface BVI1

ip address 1.1.1.1 255.255.255.0

no ip directed-broadcast

no ip route-cache cef

!

! a routed interface for bridge-group 2

interface BVI2

ip address 2.2.2.1 255.255.255.0

no ip directed-broadcast

no ip route-cache cef

!

ip classless

!

!

bridge 1 protocol ieee

bridge 1 route ip

bridge 2 protocol ieee

bridge 2 route ip

!

line con 0

transport input none

line aux 0

line vty 0 4

login

!

end

From the CSR8540 manual, it shows only ip address defined for Port-channel subinterfaces as shown below:

8540(config)# interface port-channel channel-number.subinterface_number

8540(config-if)# encap isl VLAN_ID

8540(config-if)# ip address ip_address subnet mask

8540(config-if)# exit

8540(config)#

Please advise whether bridging-group commands can be used in the Port-channel subinterfaces with dot1q VLAN as we do not have spare CSR8540 to test out the commands.

Regards.

1 Reply 1

benhur.p
Level 1
Level 1

Any update on this ?

Review Cisco Networking for a $25 gift card