cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
974
Views
0
Helpful
3
Replies

Configuring 7206 for vlan-tagging

jasonmathew1
Level 1
Level 1

hey guys,

need some assistance if possible..

using an MPLS Ethernet handoff provided by the ISP.

RouterA is a Juniper M10i with the following config

RouterA>

show configuration interfaces fe-0/2/0

vlan-tagging;

unit 1 {

description "(new turnup)";

vlan-id 254;

family inet {

address 10.147.15.5/30;

}

I have a 7206 as RouterB at the other end of the MPLS link connected to FastEthernet 1/0...what configuration do I need on the 7206?

1 Accepted Solution

Accepted Solutions

network.king
Level 4
Level 4

Hi ,

Try configuring this .

int fa1/0.254

description

encapsulation dot1q 254

ip address 10.147.15.6 255.255.255.252

Hope this helps

regards

vanesh k

View solution in original post

3 Replies 3

network.king
Level 4
Level 4

Hi ,

Try configuring this .

int fa1/0.254

description

encapsulation dot1q 254

ip address 10.147.15.6 255.255.255.252

Hope this helps

regards

vanesh k

One more command :

int fa 1/0

no shut

:)

Hope this helps.

Hey guys,

thanks for your inputs!