| Title: | DECbrouter-90T2,-T2A,-T1 |
| Notice: | Kits, DOCs, Release notes, SPDs notes 1-10 |
| Moderator: | FOUNDR::SHEEHAN |
| Created: | Wed Dec 23 1992 |
| Last Modified: | Thu Jun 05 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 1313 |
| Total number of notes: | 4889 |
Hello,
A customer (A univ) want to connect CISCO for use common-network using by OSPF.
They(C univ) was already defined and opened serial line 8 for A univ.
But,BR90 set-up is first time in my experience and failed to connected.
Set-up status are like belows and help me correct procedure pls...
1.simple config.
| CISCO(C univ side) BR90(A univ side)
|E0 +-------+ S1 S0+-------+ E0 |
|---+ +----------T1-----------+ +-------|
| | +---- | | |
| +-------+ S5 +-------+
2.they are sent set-up status for CISCO like this;
#sh config
Using 4930 out of 65536 bytes
version 10.0
!
interface ethernet0
ip address 147.47.141.1 255.255.255.0
no mop enabled
interface serial5
description B univ
ip address 147.47.6.2 255.255.255.0
:
:
interface serial1
description for A univ
ip address 147.47.156.1 255.255.255.0
:
:
router ospf 2563
network 147.47.6.0 0.0.0.255 area 147.47.6.0
network 147.47.156.0 0.0.0.255 area 147.47.6.0
default-metric 110
redistribute static subnets
redistribute rip subnets
!
router rip
network 147.47.0.0
distribute-list 1 in ethernet0
redistribute ospf 2563 metric 0
passive-interface ethernet0
passive-interface serial5
:
:
!
ip default-gateway 147.47.6.1
ip name-server 147.47.1.1
:
:
ip route 147.47.1.0 255.255.255.0 147.47.6.1
:
:
3.I was tried set-up for BR90 like this;
#sh config
interface ethernet0
ip address 210.119.144.2 255.255.255.0
no mop enabled
:
!
interface serial0
ip address 147.47.156.2 255.255.255.0
!
interface serial1
no ip address
!
router ospf 2563
network 147.47.156.0 0.0.0.255 area 210.119.144.0
default-metric 110
redistribute static subnets
redistribute rip subnets
!
line con 0
login
end
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 1306.1 | Bad OSPF area | ORION::OUIMETTE | Zat was Zen, Dis is Dao... | Tue May 13 1997 07:08 | 18 |
Hi There,
I believe the problem's in the OSPF Area number you've assigned to the
serial interface. In order to communicate, the 2 routers must be in the
same ospf area; I believe you'll want to use area 147.47.6.0; that
seems to be the area in use in the topology. Verify this with the
network administrator at University C- they must be able to tell you if
the new DECbrouter should be in the same area (most likely).
In the event there are OSPF problems, the DECbrouter should tell you
why it's not synching up if you "debug ospf ?", then enter the
appropriate debug level as displayed....
-Chuck O.
>router ospf 2563
>network 147.47.156.0 0.0.0.255 area 210.119.144.0
>default-metric 110
| |||||