Hi Friends ,
i need a help from you guys, i am implementing OSPF routing protocol on juniper routers. attached is the topology. I am facing the issue in advertising the local network in the other side. i am unable to ping from .2 network to .1 network.
Router FOR SITE 1
config
interfaces {
ge-0/0/0 {
unit 0 {
family inet {
address 172.30.254.1/30;
fe-0/2/0 {
vlan-tagging;
unit 1 {
vlan-id 1;
family inet {
address 172.30.1.126/25;
}
unit 2 {
vlan-id 2;
family inet {
address 172.30.1.158/27;
}
}
unit 3 {
vlan-id 3;
family inet {
address 172.30.1.190/27
protocols {
ospf {
area 0.0.0.0 {
interface lo0.0 {
passive;
}
interface ge-0/0/0.0 {
interface-type p2p;
metric 1;
hello-interval 5;
dead-interval 20;
neighbor 172.30.1.2;
}
interface fe-0/2/0.1 {
passive;
}
interface fe-0/2/0.2 {
passive;
}
interface fe-0/2/0.3 {
passive;
-----------------------------------------------------
SWITCH FOR SITE 1
interfaces {
ge-0/0/0 {
unit 0 {
family ethernet-switching {
vlan {
members 1;
}
}
}
}
ge-0/0/1 {
unit 0 {
family ethernet-switching {
vlan {
members 2;
}
}
}
}
ge-0/0/2 {
unit 0 {
family ethernet-switching {
vlan {
members 3
ge-0/1/0 {
description CONNECT-TO-RT001-PORT-FE-0/0/0;
media-type copper;
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members all
------------------------------------------------------
Router FOR SITE 2
config
interfaces {
ge-0/0/0 {
unit 0 {
family inet {
address 172.30.254.2/30;
fe-0/2/0 {
vlan-tagging;
unit 1 {
vlan-id 1;
family inet {
address 172.30.2.126/25;
}
unit 2 {
vlan-id 2;
family inet {
address 172.30.2.158/27;
}
}
unit 3 {
vlan-id 3;
family inet {
address 172.30.2.190/27
protocols {
ospf {
area 0.0.0.0 {
interface lo0.0 {
passive;
}
interface ge-0/0/0.0 {
interface-type p2p;
metric 1;
hello-interval 5;
dead-interval 20;
neighbor 172.30.1.1;
}
interface fe-0/2/0.1 {
passive;
}
interface fe-0/2/0.2 {
passive;
}
interface fe-0/2/0.3 {
passive;
-----------------------------------------------------
SWITCH FOR SITE 2
interfaces {
ge-0/0/0 {
unit 0 {
family ethernet-switching {
vlan {
members 1;
}
}
}
}
ge-0/0/1 {
unit 0 {
family ethernet-switching {
vlan {
members 2;
}
}
}
}
ge-0/0/2 {
unit 0 {
family ethernet-switching {
vlan {
members 3
ge-0/1/0 {
description CONNECT-TO-RT002-PORT-FE-0/0/0;
media-type copper;
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members all
-----------------------------------------------------
Can any one help me in this .. is cisco you can advertise the connected networks by giving the network command under the
router ospf area 0