cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
401
Views
5
Helpful
2
Replies

GNS3 OSPFv3 doesn't count link connected to vpc

michaeld99810
Level 1
Level 1

this is the running config of a multi layer switch :

Building configuration...

Current configuration : 2271 bytes
!
! Last configuration change at 18:48:49 IST Mon Mar 21 2022
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname D1
!
boot-start-marker
boot-end-marker
!
!
logging discriminator EXCESS severity drops 6 msg-body drops EXCESSCOLL 
logging buffered 50000
logging console discriminator EXCESS
!
no aaa new-model
clock timezone IST 2 0
!         
!
!
!
!
vtp interface e1/0
no ip icmp rate-limit unreachable
!
!
!
no ip domain-lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
ip tcp synwait-time 5
!         
!
!
!
!
!
!
!
!
!
!
!
!
interface Port-channel1
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
!
interface Ethernet0/0
 no switchport
 ip address 10.10.0.2 255.255.255.252
 ip ospf dead-interval 10
 ip ospf cost 1
 duplex auto
 ipv6 address FE80::D1:2 link-local
 ipv6 address 2001:DB8:ACAD:1001::2/64
 ipv6 ospf 123 area 1
!
interface Ethernet0/1
 no switchport
 ip address 10.10.1.1 255.255.255.0
 duplex auto
 ipv6 address FE80::D1:1 link-local
 ipv6 address 2001:DB8:ACAD:1002::1/64
 ipv6 ospf 123 area 1
!
interface Ethernet0/2
 switchport access vlan 20
 switchport mode access
!
interface Ethernet0/3
 switchport access vlan 50
 switchport mode access
!
interface Ethernet1/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 channel-group 1 mode active
!
interface Ethernet1/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 channel-group 1 mode active
!
interface Ethernet1/2
!
interface Ethernet1/3
!
interface Ethernet2/0
!
interface Ethernet2/1
!
interface Ethernet2/2
!
interface Ethernet2/3
!
interface Ethernet3/0
!         
interface Ethernet3/1
!
interface Ethernet3/2
!
interface Ethernet3/3
!
interface Vlan1
 no ip address
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
ipv6 router ospf 123
 router-id 1.1.1.2
 area 1 stub
!
!
!
!         
control-plane
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

e0/1 is connected to a vpc

but the command show ipv6 ospf database

it doesn't show that link why is that ?

 

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame
e0/1 is connected to a vpc

but the command show ipv6 ospf database

it doesn't show that link why is that ?

Can you show us the output from both the sides ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

it L2 port this is why it not show in OSPF, use no switch port and apply IP "if the vPC support L3" and check OSPF again.
or config SVI use the vPC trunk.