Hello,
I am trying to configure 5921 router to work with dlep simulator (https://sourceforge.net/projects/dleptools/).
I have two routers 5921 and two dlep simulators on lan.
Using dlep 1.0 version in router.
I follow instructions from Software Configuration Guide for Cisco IOS Release 15.3(4)T.
I get to the point where router can see dlep neighbor and this neighbor appears in vmi neighbor list.
But ospfv3 process doesn't accept dlep neighbor as ospfv3 neighbor.
I can clearly see that ospf Hello messages are issued by vmi interface.
On the other hand it looks like ospf configured on vmi doesn't receive any Hello from neighbor.
I also can not ping ipv6 global address of neighbor vmi interface.
Can anyone give me some example of actually working configuration and short explanation what is wrong with mine?
Thanks in advance.
This is my configuration of one of the routers.
______________________________________________________________________________________________________________
Current configuration : 4205 bytes
!
! Last configuration change at 15:50:16 IST Fri Apr 1 2016
!
version 15.5
!
hostname Router2
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
ip cef
ipv6 unicast-routing
ipv6 cef
!
multilink bundle-name authenticated
!
!
redundancy
!
no cdp run
!
!
interface Ethernet0/0
ip address 10.0.1.2 255.255.0.0
no ip proxy-arp
ip dlep vtemplate 1 port 5555
duplex auto
speed auto
ipv6 enable
no keepalive
!
interface Ethernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Ethernet0/2
ip address dhcp
duplex auto
speed auto
!
interface Ethernet0/3
no ip address
shutdown
!
interface Ethernet1/0
no ip address
shutdown
!
interface Ethernet1/1
no ip address
shutdown
!
interface Ethernet1/2
no ip address
shutdown
!
interface Ethernet1/3
no ip address
shutdown
!
interface Virtual-Template1
ip unnumbered Ethernet0/0
ipv6 enable
no keepalive
!
interface vmi1
ip unnumbered Ethernet0/0
ipv6 address FE80::20C:29FF:FE29:2AF9 link-local
ipv6 address 2001:4860:4860::2/64
ipv6 enable
ospfv3 6 network manet
ospfv3 6 ipv6 area 0
physical-interface Ethernet0/0
!
router ospfv3 6
router-id 1.1.1.2
!
address-family ipv6 unicast
exit-address-family
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
login
transport input none
!
!
end