06-23-2009 02:22 PM - edited 06-23-2009 02:27 PM
Hi,
I am new to the JNet community, i have configured 2 logical routers (LR) on M5, and connected them via the lt interfaces. and enabled ospf between the LRs. My goal is to make the LR1 to LR2 communicate on OSPF. and also LR1 to default router (main) and Lr2 to main, share info on OSPF.
But i am unable to make the lt to lt work. I tried to ping the destination IP (from LR1 to LR2's lt interface IP) and doesnt work, ospf obviously wont work either. Here is the config. Can anyone tell me what I am missing?
I tried all combinations, encapsulation- ethernet, vlan, frame relay. none works.
Also my PIC part number for M5 is 750-002982. does this even support the LR to LR interconnect via lt interfaces?
Thanks a lot in adv..
logical-systems {
LR-JK2 {
interfaces {
fe-0/0/0 {
unit 0 {
family inet {
address 12.114.254.2/30;
}
}
}
lt-0/3/0 {
unit 0 {
encapsulation ethernet;
mtu 4500;
peer-unit 1;
family inet {
address 10.10.10.1/30;
}
}
unit 3 {
encapsulation vlan;
mtu 4500;
vlan-id 1;
peer-unit 4;
family inet {
address 13.13.13.2/30;
}
}
}
lo0 {
unit 2 {
family inet {
address 12.194.10.1/32;
}
}
}
}
protocols {
ospf {
area 0.0.0.0 {
interface fe-0/0/0.0;
interface lo0.2;
interface lt-0/3/0.3;
interface lt-0/3/0.0;
}
}
}
}
LRJK-1 {
interfaces {
fe-0/0/1 {
unit 0 {
family inet {
address 12.114.255.2/30;
}
}
}
lt-0/3/0 {
unit 1 {
encapsulation ethernet;
mtu 4500;
peer-unit 0;
family inet {
address 10.10.10.2/30;
}
}
unit 5 {
description "logical tunnel";
encapsulation frame-relay-ccc;
mtu 4500;
dlci 612;
peer-unit 6;
}
}
lo0 {
unit 1 {
description "LR1 Loopback";
family inet {
address 12.194.9.1/32;
}
}
}
}
protocols {
ospf {
area 0.0.0.0 {
interface lo0.1;
interface fe-0/0/1.0;
interface lt-0/3/0.1;
interface lt-0/3/0.0;
}
}
}
}
}
interfaces {
fe-0/1/0 {
speed 100m;
link-mode full-duplex;
fastether-options {
no-flow-control;
}
unit 0 {
family inet {
address 192.168.200.1/30;
}
}
}
fe-0/1/1 {
unit 0 {
family inet {
address 192.168.201.1/30;
}
}
}
lt-0/3/0 {
unit 4 {
description "logical tunnel";
encapsulation vlan;
mtu 4500;
vlan-id 1;
peer-unit 3;
family inet {
address 13.13.13.1/30;
}
}
unit 6 {
description "logical tunnel";
encapsulation frame-relay;
mtu 4500;
dlci 612;
peer-unit 5;
family inet;
}
}
fxp0 {
unit 0 {
family inet {
address 192.168.88.123/24;
}
}
}
lo0 {
unit 0 {
family inet {
address 12.194.194.1/32;
}
}
}
}
}
protocols {
ospf {
area 0.0.0.0 {
interface lo0.0;
interface lt-0/3/0.4;
interface lt-0/3/0.6;
}
}
}
opnet@M5_1> show chassis hardware
Hardware inventory:
Item Version Part number Serial number Description
Chassis 50196 M5
Midplane REV 03 710-002650 HE0054 M5 Backplane
Power Supply B Rev 04 740-002497 MA20923 AC Power Supply
Display REV 04 710-001995 AL1486 M10 Display Board
Routing Engine 5300000749e92b01 RE-2.0
FEB REV 08 710-002503 AG5720 Internet Processor IIv1
FPC 0
PIC 0 REV 07 750-002303 AS3342 4x F/E, 100 BASE-TX
PIC 1 REV 05 750-002992 HF5551 4x F/E, 100 BASE-TX
PIC 2 REV 08 750-003869 CL7911 4x T1, RJ48
PIC 3 REV 05 750-002982 CR0043 1x Tunnel
Fan Tray