URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 82538
[ Назад ]

Исходное сообщение
"проблемы с Quagga"

Отправлено meps , 23-Окт-08 10:57 
Привет всем!
Ум за разум зашол.....
Поставил quagga... не подымается оспф.
Думаю дело в этом  line protocol detection is disabled (см.ниже)

конфиг. zebra

bsd62# sh run

Current configuration:
!
hostname bsd62
password zebra
enable password zebra
log file /var/log/zebra.log
!
interface fxp0
ip address 172.16.100.1/23
no ipv6 nd suppress-ra
!
interface lo0
!
interface plip0
ipv6 nd suppress-ra
!
interface rl0
ipv6 nd suppress-ra
!
interface rl1
ipv6 nd suppress-ra
!
ip route 0.0.0.0/0 172.16.101.11
!
ip forwarding
!
!
line vty


конфиг (оспф)

bsd62# sh run

Current configuration:
!
hostname bsd62
password zebra
enable password zebra
log file /var/log/zebra/ospfd.log
!
!
!
interface fxp0
!
interface lo0
!
interface plip0
!
interface rl0
!
interface rl1
!
router ospf
ospf router-id 172.16.100.1
network 172.16.100.1/32 area 0.0.0.20
!
line vty

fxp0 is up
  ifindex 3, MTU 1500 bytes, BW 0 Kbit <UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST>
  OSPF not enabled on this interface
lo0 is up
  ifindex 5, MTU 16384 bytes, BW 0 Kbit <UP,LOOPBACK,RUNNING,MULTICAST>
  OSPF not enabled on this interface
plip0 is down
  ifindex 4, MTU 1500 bytes, BW 0 Kbit <POINTOPOINT,SIMPLEX,MULTICAST>
  OSPF not enabled on this interface
rl0 is up
  ifindex 1, MTU 1500 bytes, BW 0 Kbit <UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>
  OSPF not enabled on this interface
rl1 is down
  ifindex 2, MTU 1500 bytes, BW 0 Kbit <BROADCAST,SIMPLEX,MULTICAST>
  OSPF not enabled on this interface

bsd62# sh int fxp0
Interface fxp0 is up, line protocol detection is disabled
  index 3 metric 1 mtu 1500
  flags: <UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST>
  inet 172.16.100.1/23 broadcast 172.16.101.255
  inet 172.16.100.2/23 broadcast 172.16.101.255 secondary
  inet 172.28.41.51/16 broadcast 255.255.255.255
  ND advertised reachable time is 0 milliseconds
  ND advertised retransmit interval is 0 milliseconds
  ND router advertisements are sent every 600 seconds
  ND router advertisements live for 1800000 seconds
  Hosts use stateless autoconfig for addresses.
    input packets 2855487, bytes 654206731, dropped 0, multicast packets 307850
    input errors 0
    output packets 1358455, bytes 526833263, multicast packets 0
    output errors 0
    collisions 0


Где туплю......
Спасибо!


Содержание

Сообщения в этом обсуждении
"проблемы с Quagga"
Отправлено bytestore , 23-Окт-08 12:30 
>[оверквотинг удален]
>packets 307850
>    input errors 0
>    output packets 1358455, bytes 526833263, multicast packets 0
>
>    output errors 0
>    collisions 0
>
>
>Где туплю......
>Спасибо!

тупиш тут
ip address 172.16.100.1/23
или тут
network 172.16.100.1/32 area 0.0.0.20
:)


"проблемы с Quagga"
Отправлено meps , 23-Окт-08 12:55 
>[оверквотинг удален]
>>
>>
>>Где туплю......
>>Спасибо!
>
>тупиш тут
>ip address 172.16.100.1/23
>или тут
>network 172.16.100.1/32 area 0.0.0.20
>:)

))
вот это я слепой....
спасибо bytestore