CAB-TA-EU - Switch 3850
CAB-ACE - Switch 2960X
CAB-ACE - Switch 2960X
I am a network professional with over 18 years of experience in enterprise and data‑center networking. I am a CCIE Data Center certified engineer with strong hands‑on expertise in Cisco Nexus and Cisco ACI design, deployment, troubleshooting, and operations. I work on production ACI fabrics and am available for Cisco ACI and Nexus freelancing or consulting work. Contact: rockingoa@gmail.com
N7K-1(config)# feature ospf
|
N7K-1(config)# router ospf 10 --<<<<
OSPF process ID
N7K-1(config-router)# router-id 10.1.1.1
|
N7K-12-1(config-router)# int Eth1/1
N7K-2(config-if)#ip address 10.1.1.1 255.255.255.252
N7K-12-1(config-if)# ip router ospf 100 area 0
|
N7K-2(config)# feature ospf
|
N7K-2(config)# router ospf 100 --<<<<
OSPF process ID
N7K-2(config-router)# router-id 10.1.1.2
|
N7K-2(config)# int Eth1/1
N7K-2(config-if)#ip address 10.1.1.2 255.255.255.252
N7K-2(config-if)# ip router ospf 100 area 0
|
N7K-1(config)# int Eth1/1
N7K-1(config-if)# ip ospf 100 passive-interface ---< To disable neighborship but still
advertise the network
N7K-1(config-if)# ip ospf network point-to-point --<< To change the network type
|
N7K-1# sh ip ospf neighbors
OSPF Process ID
100 VRF default
Total number of
neighbors: 1
Neighbor ID Pri State Up Time Address Interface
100.1.1.2 1 FULL/ - 00:00:08 100.1.1.2 Eth1/1
|