Ascend Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
re: (ASCEND) Re: OSPF on Ascend 4000's
I am using OSPF with Bay (BCN) Routers and it appears to be working fine.
My box is a TNT running 1.3ap24. MY OSPF config is pretty generic and it
is part of a private network.
At first it did not work properly and I was concerned that I was missing
something but after a power-off reboot, it came alive and never missed a
beat since.
active = yes
area = 0.0.0.0
area-type = normal
hello-interval = 10
dead-interval = 40
priority = 5
authen-type = none
auth-key = *******
cost = 1
down-cost = 16777215
ase-type = type-1
ase-tag = c0:00:00:00
transit-delay = 1
retransmit-interval = 5
-------------
Original Text
From: Jim Howard <jhoward@lyceum.com>, on 2/11/98 8:44 PM:
To: <frank@bigdog.fred.net>
Cc: <ascend-users@bungi.com>, <inet-access@earth.com>
At 17:47 1998/02/11 -0500, DiGennaro <frank@bigdog.fred.net> wrote:
>Does anyone have OSPF working on their Ascend equipment? I am trying to
>get it to work on my Ascend 4000's and Cisco routers. When I do a
>show neighbor command on each router, I see that they DO see each other.
>They are just not exchanging routing information.
have it working at two different POPS,
multiple Maxen, multiple Ciscos at one location.
I'll show the simple one...
anyone on the Ascend list have any ideas?
it just worked for me the first time.
check that you have
Ethernet->Mod Config->OSPF options->Priority=0
I also use AuthType=Simple
and AuthKey=*MySecretStuff*
ascend% sh ospf int
Area IP Address Remote Addr Type State Cost Pri DR
BDR
----------------------------------------------------------------------------
---
0.0.0.0 10.142.29.2 10.142.29.2 Bcast DR Other 1 0 10.142.29.1
None
ascend% sh ospf n
Area Interface Router Id Nbr IP Addr State Mode Pri
----------------------------------------------------------------------------
---
0.0.0.0 10.142.29.2 10.71.7.9 10.142.29.1 Full Slave 1
and on the cisco:
interface Ethernet0/0
ip address 10.142.29.1 255.255.255.240
ip ospf authentication-key *MySecretStuff*
router ospf 1
network 10.142.29.0 0.0.0.15 area 0
area 0 authentication
BR1.ATL2#sh ip ospf int
Ethernet0/0 is up, line protocol is up
Internet Address 10.142.29.1/28, Area 0
Process ID 2, Router ID 10.71.7.9, Network Type BROADCAST, Cost: 10
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 10.71.7.9, Interface address 10.142.29.1
No backup designated router on this network
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Hello due in 00:00:05
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 10.142.29.2
Suppress hello for 0 neighbor(s)
BR1.ATL2#sh ip ospf ne
Neighbor ID Pri State Dead Time Address Interface
10.142.29.2 0 FULL/DROTHER 00:00:38 10.142.29.2 Ethernet0/0
-Jim H
----
Jim Howard Sr Network Engineer Lyceum Internet
jhoward@lyceum.com http://www.lyceum.com/ 404.248.1733
My PGP Public Key: http://www.lyceum.com/~jhoward/pgp-key.txt
Fingerprint: 7E8B E2BA 1314 2535 CB08 CFF9 119B 7CD3 2488 954D
++ Ascend Users Mailing List ++
To unsubscribe: send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd: <http://www.nealis.net/ascend/faq>
++ Ascend Users Mailing List ++
To unsubscribe: send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd: <http://www.nealis.net/ascend/faq>