cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2073
Views
5
Helpful
18
Replies

NexusSwitch

ja.aljaloud
Level 1
Level 1

Hallo,
i had a Problem with Nexus Switch 93180YC-EX, after I updated to version 9.3.8 ( it had NX-OS Release 7.0(3)I7(3) ) and everything is going ok without the ospf.
The ospf neighbours on outside interface to ISP is down, the switch can’t build more the relationship between the outside interface e1/0/7 and the ISP.
We have one link physical ( int e1/7 ) to service provider and vpn tunnel on the interface vlan 2 (SVI).
with VPN the switch can build the ospf neighbours with isp per int VLAN 2, and now we could communicate with other side, here we don not have problems.
But the interface e1/7 which connect directly to isp ( MPLS ) can’t see more the neighbours and can not build the ospf with other side, even we did not change anything in the configuration.

Note : i did the upgrade in this path : 7.0(3)I7(3) → 7.0(3)I7(10) → 9.3(8)


is this problem because of the upgrade?

 

 

thanks in advance 

18 Replies 18

is the neighbor directly connected to Eth 1/7 ?

 

show cdp neigh interf eth 1/7 - what is the output ?

can you post show ip route

below show different IP - the one you configured in nexus different IP :

 

022 Jan 19 15:08:08 OSCNX002 %CDP-5-NEIGHBOR_ADDED: Device TS_UG-11-sw01.medac.de discovered of type cisco WS-C4510R-E with port GigabitEthernet3/15 on incoming port Ethernet1/7 with ip addr 10.205.25.17 and mgmt ip 10
.205.25.17

 

 

BB

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

How to Ask The Cisco Community for Help

Hello,

 

not sure what you already tried, but did you restart the OSPF service ?

 

--> N9K# restart ospf <ospf-instance-name>

Hello,

i did not restart the OSPF service..

but if i restarted now, it will effect on VPN Configuration, because its production enviremont

 

 

Hello,

 

default interface Ethernet1/7 and reconfigure everything from scratch:

 

N9K(config)# default interface ethernet 1/7

 

and reenter the entire configuration:

 

interface Ethernet1/7
description Uplink_Medac
no switchport
ip address 10.205.1.254/24
ip ospf authentication message-digest
ip ospf message-digest-key 1 md5 7 151F081B012E2E2868
ip ospf cost 10
no ip ospf passive-interface
no shutdown