12-30-2006 07:52 PM - edited 03-03-2019 03:12 PM
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?
Solved! Go to Solution.
12-31-2006 12:14 AM
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
12-31-2006 12:14 AM
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
01-01-2007 07:35 PM
One more command :
int fa 1/0
no shut
:)
Hope this helps.
01-01-2007 09:01 PM
Hey guys,
thanks for your inputs!
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