08-07-2018 03:27 AM
Hi - hope this is the right place to post this. Basically looking to understand 4 snippets of code from our Cisco 7706 Nexus. I am very new to networking but as our resident Cisco expert has left I have to figure this out, so apologies for the newbie-ness of the questions.
I need to know (in as plain English as possible!) what each of the following means and how they work, also trying to understand which direction to think about things e.g. is the interface used to inform traffic coming in, going out or both?
Many thanks, very much appreciated.
1.
interface Vlan2
no shutdown
ip address 10.1.2.150/22
2.
interface Vlan50
no shutdown
ip address 192.168.250.2/24
ip router ospf 10 area 0.0.0.0
3.
interface port-channel90
switchport mode trunk
switchport trunk native vlan 99
4.
interface Ethernet1/3
switchport mode trunk
switchport trunk native vlan 99
switchport trunk allowed vlan 2,13,35,50
channel-group 35 mode active
no shutdown
Solved! Go to Solution.
08-07-2018 05:17 AM
08-07-2018 03:42 AM
Hi @Mottok,
1. This is the manner of SVI configuration, the NX-OS use the bar notation "/" for the mask address
2. Idem to the previous item, here you can to announce the network segment in the OSPF process 10 in the respective area.
3. Is the configuration for the Port-Channel layer 2 interfaces, with the native vlan 99 (default is vlan 1).
4.Is the configuration for a Trunk interface that is part of the Port-channel 35, the configuration is replicated from the logical interface to the physical interface, my advice is to validate the configuration between the logical and physical interfaces.
I hope I've helped
Kind regards
08-07-2018 04:10 AM
Hi, very much appreciate your quick reply.
I'm sorry to be a pain but I'm after REALLY basic info here. Maybe I would be best asking direct questions of each.
No1: I understand vlan2 is a virtual interface on the Nexus but what is the IP address actually telling me?
No2: What does "ip router ospf 10 area 0.0.0.0" actually mean and why would code No1 not use it?
No 3 & 4 I've just worked out with a colleague of mine :-)
Thanks very much.
08-07-2018 05:17 AM
08-07-2018 06:01 AM
Thanks you very much, that's the kind of level I needed! I will read through this a couple of hundred times and let it sink in.
Many thanks to all.
08-08-2018 07:51 AM
08-09-2018 12:13 PM
08-10-2018 01:26 AM
That's excellent Joseph, thanks very much for that detailed explanation.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide