Страница 1 из 1
OSPF на MES3124F
Добавлено: 15 апр 2013 17:07
kms
Здравствуйте!
Меня интересует организация OSPF на коммутаторах серии MES3124F. Можно ли поднять ОСПФ на vlan интерфейсе?
Добавлено: 19 апр 2013 18:01
str
Здравствуйте. Да, можно.
Добавлено: 08 май 2013 17:33
kms
А как? В документации ip интерфейс поднимается на порту, далее настраивается OSPF. В настройках ВЛАН интерфейса даже команд не нашел связанных с OSPF/
Добавлено: 14 май 2013 10:12
str
Код: Выделить всё
G(config)#interface vlan 30
G(config-if)#ip address 10.30.30.100 /24
G(config-if)#ex
G(config)#interface ip 10.30.30.100
G(config-ip)#ospf
area Configure the area ID for an OSPF interface.
authentication Enable authentication for OSPF packets and to specify
the type of authentication.
cost Configure the cost of sending a packet on an interface.
dead-interval Configure the interval at which hello packets must not
be seen before neighbors declare the router down.
enable Enable OSPF on an interface.
hello-interval Configure the interval between hello packets.
priority Configure the router priority.
retransmit-interval Configure the time between LSA retransmissions.
transmit-delay Configure the estimated time required to send a
link-state update packet on the interface.
A.B.C.D Specify OSPF area as an IP address.
<CR>
Добавлено: 14 май 2013 16:32
kms
Буду пробовать. Спасибо за помощь.