12-21-2015 01:33 PM - edited 03-01-2019 04:54 AM
Hi There,
I have a new deployment of Nexus 9000 spine and leaf switches in ACI mode, running version 1.2(1i). If I go to Fabric -> Pod1 -> Choose a leaf switch -> Interfaces -> Physical Interfaces -> Choose an interface I see a an empty field for description. I'd like to add a description to this field as I would with an IOS device so I can add a friendly name of the device connected to the interface.
I have looked everywhere throughout the APIC but cannot find a way to edit this field. Does anybody know how to do this?
Regards,
Felix
Solved! Go to Solution.
12-23-2015 07:00 AM
Yes, you can use the new iNXOS CLI MODE on the APIC Controllers to configure the "interface description"
For Example:
In this example, I want to add a description to one of the uplink interfaces to "rtp1-spine1.cisco.com Eth1/49"
rtp1-leaf1# show lldp neighbors
Device ID Local Intf Hold-time Capability Port ID
rtp1-spine1.cisco.com Eth1/49 120 BR Eth1/1
rtp1-spine2.cisco.com Eth1/50 120 BR Eth1/1
rtp1-apic1# configure
rtp1-apic1(config)# leaf 101
rtp1-apic1(config-leaf)# interface ethernet 1/49
rtp1-apic1(config-leaf-if)# description 'uplink to rtp1-spine1.cisco.com'
rtp1-apic1(config-leaf-if)# end
rtp1-apic1#
rtp1-leaf1# show interface eth1/49
Ethernet1/49 is up
admin state is up, Dedicated Interface
Port description is uplink to rtp1-spine1.cisco.com
Hardware: 40000 Ethernet, address: 0000.0000.0000 (bia 7426.aceb.89b6)
MTU 9150 bytes, BW 40000000 Kbit, DLY 1 usec
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, medium is broadcast
Port mode is routed
full-duplex, 40 Gb/s, media type is 40G
Beacon is turned off
Auto-Negotiation is turned on
Input flow-control is off, output flow-control is off
Auto-mdix is turned off
Rate mode is dedicated
Switchport monitor is off
EtherType is 0x8100
EEE (efficient-ethernet) : n/a
Last link flapped 2d06h
Last clearing of "show interface" counters never
1 interface resets
30 seconds input rate 2000 bits/sec, 1 packets/sec
30 seconds output rate 4832 bits/sec, 4 packets/sec
Load-Interval #2: 5 minute (300 seconds)
input rate 45640 bps, 8 pps; output rate 14264 bps, 8 pps
L3 in Switched:
ucast: 0 pkts, 0 bytes - mcast: 0 pkts, 0 bytes
L3 out Switched:
ucast: 0 pkts, 0 bytes - mcast: 0 pkts, 0 bytes
RX
1793020 unicast packets 81713 multicast packets 6 broadcast packets
1874739 input packets 1275286684 bytes
0 jumbo packets 0 storm suppression bytes
0 runts 0 giants 0 CRC 0 no buffer
0 input error 0 short frame 0 overrun 0 underrun 0 ignored
0 watchdog 0 bad etype drop 0 bad proto drop 0 if down drop
0 input with dribble 0 input discard
0 Rx pause
TX
1207837 unicast packets 324771 multicast packets 2 broadcast packets
1532610 output packets 327883617 bytes
0 jumbo packets
0 output error 0 collision 0 deferred 0 late collision
0 lost carrier 0 no carrier 0 babble 0 output discard
0 Tx pause
Using the APIC CLI
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/1-x/cli/nx/cfg/b_APIC_NXOS_CLI_User_Guide/b_APIC_NXOS_CLI_User_Guide_chapter_010.html
Cisco APIC NX-OS Style CLI Command Reference
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/1-x/cli/nx/cr/b_APIC_NXOS_CLI_Cmd_Reference.html
12-23-2015 07:00 AM
Yes, you can use the new iNXOS CLI MODE on the APIC Controllers to configure the "interface description"
For Example:
In this example, I want to add a description to one of the uplink interfaces to "rtp1-spine1.cisco.com Eth1/49"
rtp1-leaf1# show lldp neighbors
Device ID Local Intf Hold-time Capability Port ID
rtp1-spine1.cisco.com Eth1/49 120 BR Eth1/1
rtp1-spine2.cisco.com Eth1/50 120 BR Eth1/1
rtp1-apic1# configure
rtp1-apic1(config)# leaf 101
rtp1-apic1(config-leaf)# interface ethernet 1/49
rtp1-apic1(config-leaf-if)# description 'uplink to rtp1-spine1.cisco.com'
rtp1-apic1(config-leaf-if)# end
rtp1-apic1#
rtp1-leaf1# show interface eth1/49
Ethernet1/49 is up
admin state is up, Dedicated Interface
Port description is uplink to rtp1-spine1.cisco.com
Hardware: 40000 Ethernet, address: 0000.0000.0000 (bia 7426.aceb.89b6)
MTU 9150 bytes, BW 40000000 Kbit, DLY 1 usec
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, medium is broadcast
Port mode is routed
full-duplex, 40 Gb/s, media type is 40G
Beacon is turned off
Auto-Negotiation is turned on
Input flow-control is off, output flow-control is off
Auto-mdix is turned off
Rate mode is dedicated
Switchport monitor is off
EtherType is 0x8100
EEE (efficient-ethernet) : n/a
Last link flapped 2d06h
Last clearing of "show interface" counters never
1 interface resets
30 seconds input rate 2000 bits/sec, 1 packets/sec
30 seconds output rate 4832 bits/sec, 4 packets/sec
Load-Interval #2: 5 minute (300 seconds)
input rate 45640 bps, 8 pps; output rate 14264 bps, 8 pps
L3 in Switched:
ucast: 0 pkts, 0 bytes - mcast: 0 pkts, 0 bytes
L3 out Switched:
ucast: 0 pkts, 0 bytes - mcast: 0 pkts, 0 bytes
RX
1793020 unicast packets 81713 multicast packets 6 broadcast packets
1874739 input packets 1275286684 bytes
0 jumbo packets 0 storm suppression bytes
0 runts 0 giants 0 CRC 0 no buffer
0 input error 0 short frame 0 overrun 0 underrun 0 ignored
0 watchdog 0 bad etype drop 0 bad proto drop 0 if down drop
0 input with dribble 0 input discard
0 Rx pause
TX
1207837 unicast packets 324771 multicast packets 2 broadcast packets
1532610 output packets 327883617 bytes
0 jumbo packets
0 output error 0 collision 0 deferred 0 late collision
0 lost carrier 0 no carrier 0 babble 0 output discard
0 Tx pause
Using the APIC CLI
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/1-x/cli/nx/cfg/b_APIC_NXOS_CLI_User_Guide/b_APIC_NXOS_CLI_User_Guide_chapter_010.html
Cisco APIC NX-OS Style CLI Command Reference
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/1-x/cli/nx/cr/b_APIC_NXOS_CLI_Cmd_Reference.html
08-18-2021 08:06 PM
I actually need to do this but from the API method for a collection I am working on. I try to use the same payload the APIC uses but it does not seem to work. Do you know how this can be done from the API method?
08-19-2021 07:45 AM
I found the answer to this in the post that I made for it and has some good info in it relating to this.
01-04-2022 02:49 AM
Thank you County... That is what I was looking for
Didn´t you tried to add attribute of "Status"? (i don´t want to modify my existing descriptions.
12-23-2015 04:01 PM
Thank you so much, Tomas. That was exactly what I was looking for!
I really appreciate your reply.
04-21-2016 10:32 PM
感谢。Thanks a lot.
06-04-2018 07:00 AM
you can do this in ACI,
Go to:
Fabric ->Pod ->Leaf-101 -> interfaces -> physical interfaces -> eth1/1
from here you can add a description.
09-03-2019 01:21 AM
Hi All,
When updating interface description manually from CLI, there will be a "Override name" generated automatically for the interface. You can see this field is Mandatory when you try update description in GUI mode. Please explain what is this Override name and its Consequence. Is it possible to remove this Override name alone ?
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