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

ASR1002 bridging

Hello,

I have a ASR1002 router which i needs to connect it with two firewalls. Can someone give a solution for this?

I tried to use bridging, but bridging is not supported I believe.

Appreciate your help.

Thameem

1 Reply 1

jessedavis
Level 1
Level 1

Hello Thameem,

The ASR supports 802.1q encapsulation on sub-interfaces. It's also possible to create Layer 3 port-channels with the ASR.

The sub-interface configuration example is below -

interface F0/0/.100

encapsulation X <--- VLAN tag value

ip address x.x.x.x

The port-channel configuration example -

interface Gi0/0/0

channel-group 1 mode active

!

interface Gi0/0/1

channel-group 1 mode active 

!

interface port-channel 1

ip address x.x.x.x

!

Hope this helps,

Jesse

Review Cisco Networking for a $25 gift card