すみません、教えてください cisco1712のSWポートでOSPFv3設定してもhello出してくれないんですが 下記で設定足らないとかでしょうか。 同じ設定のFEポートは出してくれてるんですが、初心者ですみません。 interface Vlan100 no ip address ipv6 address A::2/16 ipv6 enable ipv6 ospf 1 area 0.0.0.0 no ipv6 mfib fast
よく読んでなかった。。。 別ポートは動いているのか show ipv6 interface Vlan100 と show ipv6 ospf interfaces の出力を適度にマスクして貼ってください
56 :
>>53 up/upになってます。 >>55 勉強用なので、IPは特にマスクせず不要なところを削除してアップします。 R4#show ipv6 interface vlan 100 Vlan100 is up, line protocol is up IPv6 is enabled, link-local address is FE80::20F:24FF:FE85:3CF6 Global unicast address(es): A::2, subnet is A::/16
R4#show ipv6 interface FastEthernet0 is up, line protocol is up IPv6 is enabled, link-local address is FE80::20F:24FF:FE85:3CF6 Global unicast address(es): C::1, subnet is C::/16
Vlan100 is up, line protocol is up IPv6 is enabled, link-local address is FE80::20F:24FF:FE85:3CF6 Global unicast address(es): A::2, subnet is A::/16
57 :
>>56 IPv6 IPインターフェースとしてちゃんと動いてるなぁ show ipv6 interface じゃなくて show ipv6 ospf interface の 結果をください あとできれば、 show running-config interface FastEthernet0 show running-config | begin ^ipv6 router ospf も
58 :
v6のconfigはじめてみたw 16進て正直どうなの?
59 :
>>58 めっちゃわかりづらいですw しかも、Cisco初なのでさらにorz >>57 見てくれてありがとうございます。 まず、show ipv6 ospf interface貼ります R4#show ipv6 ospf interface FastEthernet0 is up, line protocol is up Link Local Address FE80::20F:24FF:FE85:3CF6, Interface ID 2 Area 0, Process ID 1, Instance ID 0, Router ID 1.1.1.4 Network Type BROADCAST, Cost: 1 Transmit Delay is 1 sec, State DR, Priority 1 Designated Router (ID) 1.1.1.4, local address FE80::20F:24FF:FE85:3CF6 Backup Designated router (ID) 1.1.1.2, local address FE80::20D:28FF:FEDC:205E Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 Hello due in 00:00:07 Index 1/1/1, flood queue length 0 Next 0x0(0)/0x0(0)/0x0(0) Last flood scan length is 4, maximum is 4 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 1.1.1.2 (Backup Designated Router) Suppress hello for 0 neighbor(s)
60 :
のこりです。 Vlan100 is up, line protocol is up Link Local Address FE80::20F:24FF:FE85:3CF6, Interface ID 14 Area 0, Process ID 1, Instance ID 0, Router ID 1.1.1.4 Network Type BROADCAST, Cost: 1 Transmit Delay is 1 sec, State DR, Priority 1 Designated Router (ID) 1.1.1.4, local address FE80::20F:24FF:FE85:3CF6 No backup designated router on this network Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 Hello due in 00:00:06 Index 1/2/2, flood queue length 0 Next 0x0(0)/0x0(0)/0x0(0) Last flood scan length is 0, maximum is 0 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 0 Suppress hello for 0 neighbor(s)
61 :
連投すみません。 show runです。 R4#show running-config interface FastEthernet0 interface FastEthernet0 no ip address duplex auto speed auto ipv6 address C::1/16 ipv6 ospf 1 area 0 no ipv6 mfib fast R4#show running-config interface FastEthernet1 interface FastEthernet1 switchport access vlan 100 no ip address
62 :
最後です R4#show running-config | begin ^ipv6 router ospf ipv6 router ospf 1 router-id 1.1.1.4 log-adjacency-changes end