show lldp all

show lldp all

import json

"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'

myheaders={'content-type':'application/json'}
payload={
  "ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show lldp all",
  "output_format": "json"
}

response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "TABLE_lldp_all": {
                        "ROW_lldp_all": [
                            {
                                "intf_desc": "Eth4/36/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/25/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/8", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/7", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/6", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/5", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "mgmt0", 
                                "lldp_dcbx": "N", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/36/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/25/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/16", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/15", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/14", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/13", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/12", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/11", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/10", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/9", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/30/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/25/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/24", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/23", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/22", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/21", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/20", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/19", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/18", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/17", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/30/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/25/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/32", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/31", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/30", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/29", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/28", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/27", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/26", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth1/25", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/30/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/19/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/30/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/19/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/19/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/19/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/26/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/26/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/31/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/26/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/31/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/26/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/31/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/20/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/31/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/20/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/8", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/7", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/6", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/5", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/16", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/15", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/14", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/13", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/12", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/11", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/9", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/24", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/23", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/22", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/21", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/20", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/19", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/18", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/17", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/32", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/31", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/30", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/29", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/28", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/27", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/26", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/25", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/32/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/32/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/32/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/32/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/8", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/7", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/6", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/5", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/16", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/15", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/14", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/13", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/12", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/11", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/10", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/9", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/24", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/23", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/22", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/21", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/20", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/19", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/18", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/17", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/32", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/31", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/30", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/29", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/28", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/27", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/26", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/25", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/40", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/39", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/38", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/37", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/36", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/35", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/34", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/33", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/48", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/47", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/46", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/45", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/44", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/43", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/42", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/41", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/52", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/51", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/50", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth3/49", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/8", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/7", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/6", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/5", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/9", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/10/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/10/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/10/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth2/10/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/20/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/20/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/14/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/14/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/14/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/14/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/21/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/21/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/21/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/10/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/21/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/10/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/15/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/10/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/15/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/10/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/15/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/15/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/33/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/33/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/33/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/22/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/33/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/22/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/27/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/22/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/11/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/27/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/22/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/11/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/27/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/16/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/11/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/27/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/16/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/11/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/16/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/16/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/34/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/34/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/34/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/23/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/34/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/23/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/28/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/23/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/12/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/28/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/23/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/12/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/28/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/17/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/12/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/28/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/17/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/12/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/17/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/17/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/35/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/35/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/35/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/24/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/35/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/24/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/29/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/24/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/13/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/29/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/24/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/13/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/29/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/18/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/13/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/29/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/18/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/13/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/18/3", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/18/4", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/36/1", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }, 
                            {
                                "intf_desc": "Eth4/36/2", 
                                "lldp_dcbx": "Y", 
                                "lldp_rx": "Y", 
                                "lldp_tx": "Y"
                            }
                        ]
                    }
                }, 
                "code": "200", 
                "input": "show lldp all", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show lldp all command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show lldp all
Interface Information: Eth4/36/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/25/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/8 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/7 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/6 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/5 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: mgmt0 Enable (tx/rx/dcbx): Y/Y/N
Interface Information: Eth4/36/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/25/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/16 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/15 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/14 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/13 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/12 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/11 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/10 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/9 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/30/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/25/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/24 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/23 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/22 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/21 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/20 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/19 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/18 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/17 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/30/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/25/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/32 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/31 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/30 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/29 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/28 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/27 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/26 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth1/25 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/30/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/19/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/30/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/19/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/19/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/19/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/26/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/26/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/31/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/26/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/31/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/26/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/31/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/20/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/31/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/20/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/8 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/7 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/6 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/5 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/16 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/15 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/14 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/13 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/12 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/11 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/9 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/24 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/23 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/22 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/21 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/20 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/19 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/18 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/17 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/32 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/31 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/30 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/29 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/28 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/27 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/26 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/25 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/32/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/32/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/32/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/32/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/8 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/7 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/6 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/5 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/16 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/15 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/14 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/13 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/12 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/11 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/10 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/9 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/24 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/23 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/22 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/21 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/20 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/19 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/18 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/17 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/32 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/31 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/30 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/29 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/28 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/27 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/26 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/25 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/40 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/39 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/38 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/37 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/36 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/35 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/34 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/33 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/48 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/47 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/46 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/45 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/44 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/43 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/42 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/41 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/52 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/51 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/50 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth3/49 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/8 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/7 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/6 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/5 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/9 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/10/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/10/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/10/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth2/10/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/20/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/20/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/14/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/14/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/14/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/14/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/21/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/21/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/21/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/10/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/21/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/10/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/15/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/10/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/15/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/10/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/15/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/15/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/33/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/33/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/33/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/22/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/33/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/22/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/27/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/22/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/11/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/27/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/22/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/11/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/27/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/16/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/11/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/27/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/16/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/11/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/16/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/16/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/34/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/34/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/34/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/23/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/34/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/23/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/28/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/23/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/12/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/28/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/23/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/12/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/28/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/17/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/12/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/28/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/17/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/12/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/17/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/17/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/35/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/35/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/35/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/24/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/35/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/24/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/29/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/24/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/13/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/29/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/24/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/13/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/29/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/18/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/13/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/29/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/18/2 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/13/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/18/3 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/18/4 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/36/1 Enable (tx/rx/dcbx): Y/Y/Y
Interface Information: Eth4/36/2 Enable (tx/rx/dcbx): Y/Y/Y

show lldp entry macsec1.insieme.local

show lldp entry macsec1.insieme.local

import json

"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'

myheaders={'content-type':'application/json'}
payload={
  "ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show lldp entry macsec1.insieme.local",
  "output_format": "json"
}

response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "TABLE_entry": {
                        "ROW_entry": [
                            {
                                "capability": "1310740", 
                                "chassis_id": "00a2.ee31.ef3c", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth1/10", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet1/10", 
                                "port_id": "Ethernet1/10", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "92", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd00", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/2", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/2", 
                                "port_id": "Ethernet2/2", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "3     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd04", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/3", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/3", 
                                "port_id": "Ethernet2/3", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd08", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/4", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/4", 
                                "port_id": "Ethernet2/4", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd0c", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/5", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/5", 
                                "port_id": "Ethernet2/5", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd10", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/6", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/6", 
                                "port_id": "Ethernet2/6", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd14", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/7", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/7", 
                                "port_id": "Ethernet2/7", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd18", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/8", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/8", 
                                "port_id": "Ethernet2/8", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd1c", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/9", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/9", 
                                "port_id": "Ethernet2/9", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "98", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd24", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/11", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/11", 
                                "port_id": "Ethernet2/11", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "99", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd28", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/12", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/12", 
                                "port_id": "Ethernet2/12", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "98", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd2c", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/13", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/13", 
                                "port_id": "Ethernet2/13", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "99", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd30", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/14", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/14", 
                                "port_id": "Ethernet2/14", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "99", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd34", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/15", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/15", 
                                "port_id": "Ethernet2/15", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "99", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd38", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/16", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/16", 
                                "port_id": "Ethernet2/16", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "106", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd3c", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/17", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/17", 
                                "port_id": "Ethernet2/17", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "109", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd40", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/18", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/18", 
                                "port_id": "Ethernet2/18", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "109", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd44", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/19", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/19", 
                                "port_id": "Ethernet2/19", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "109", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd48", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/20", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/20", 
                                "port_id": "Ethernet2/20", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "109", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd4c", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/21", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/21", 
                                "port_id": "Ethernet2/21", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "109", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd50", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/22", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/22", 
                                "port_id": "Ethernet2/22", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "110", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd54", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/23", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/23", 
                                "port_id": "Ethernet2/23", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "109", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd58", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/24", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/24", 
                                "port_id": "Ethernet2/24", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "109", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd5c", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/25", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/25", 
                                "port_id": "Ethernet2/25", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd60", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/26", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/26", 
                                "port_id": "Ethernet2/26", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd64", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/27", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/27", 
                                "port_id": "Ethernet2/27", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "90", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd68", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/28", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/28", 
                                "port_id": "Ethernet2/28", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd6c", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/29", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/29", 
                                "port_id": "Ethernet2/29", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd70", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/30", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/30", 
                                "port_id": "Ethernet2/30", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd74", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/31", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/31", 
                                "port_id": "Ethernet2/31", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "90", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd78", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/32", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/32", 
                                "port_id": "Ethernet2/32", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "90", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "a023.9f0c.93c0", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth3/21", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet3/21", 
                                "port_id": "Ethernet3/21", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "105", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "a023.9f0c.93c1", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth3/22", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet3/22", 
                                "port_id": "Ethernet3/22", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "103", 
                                "vlan_id": "not advertised"
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "a023.9f0c.93c2", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth3/23", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet3/23", 
                                "port_id": "Ethernet3/23", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "111", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "a023.9f0c.93c3", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth3/24", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet3/24", 
                                "port_id": "Ethernet3/24", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "109", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "a023.9f0c.93c4", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth3/25", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet3/25", 
                                "port_id": "Ethernet3/25", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "113", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "a023.9f0c.93c5", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth3/26", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet3/26", 
                                "port_id": "Ethernet3/26", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "116", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "2c33.11b3.8c68", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth4/2", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet4/2", 
                                "port_id": "Ethernet4/2", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "105", 
                                "vlan_id": "4     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "2c33.11b3.8c6c", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth4/3", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet4/3", 
                                "port_id": "Ethernet4/3", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "106", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "2c33.11b3.8c70", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth4/4", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet4/4", 
                                "port_id": "Ethernet4/4", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "108", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "2c33.11b3.8c74", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth4/5", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet4/5", 
                                "port_id": "Ethernet4/5", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "109", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "2c33.11b3.8c78", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth4/6", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet4/6", 
                                "port_id": "Ethernet4/6", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "112", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "2c33.11b3.8c7c", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth4/7", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet4/7", 
                                "port_id": "Ethernet4/7", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "112", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "2c33.11b3.8c80", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth4/8", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet4/8", 
                                "port_id": "Ethernet4/8", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "116", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "2c33.11b3.8c84", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth4/9", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet4/9", 
                                "port_id": "Ethernet4/9", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "119", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "006b.f1be.dd20", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth2/10/1", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet2/10/1", 
                                "port_id": "Ethernet2/10/1", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "98", 
                                "vlan_id": "1     "
                            }, 
                            {
                                "capability": "1310740", 
                                "chassis_id": "2c33.11b3.8c88", 
                                "chassis_type": "Mac Address", 
                                "l_port_id": "Eth4/10/1", 
                                "mgmt_addr": "172.31.202.17", 
                                "mgmt_addr_ipv6": "172::2017", 
                                "mgmt_addr_ipv6_type": "IPV6", 
                                "mgmt_addr_type": "IPV4", 
                                "port_desc": "Ethernet4/10/1", 
                                "port_id": "Ethernet4/10/1", 
                                "port_type": "Interface Name", 
                                "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                                "sys_name": "macsec1.insieme.local", 
                                "ttl": "92", 
                                "vlan_id": "1     "
                            }
                        ]
                    }, 
                    "neigh_count": "47", 
                    "neigh_hdr": "neigh_hdr"
                }, 
                "code": "200", 
                "input": "show lldp entry macsec1.insieme.local", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show lldp entry macsec1.insieme.local command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show lldp entry macsec1.insieme.local
Capability codes:
  (R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device
  (W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other
Device ID            Local Intf      Hold-time  Capability  Port ID
Chassis id: 00a2.ee31.ef3c Port id: Ethernet1/10 Local Port id: Eth1/10 Port Description: Ethernet1/10 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 110 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: 006b.f1be.dd00 Port id: Ethernet2/2 Local Port id: Eth2/2 Port Description: Ethernet2/2 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 3
Chassis id: 006b.f1be.dd04 Port id: Ethernet2/3 Local Port id: Eth2/3 Port Description: Ethernet2/3 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd08 Port id: Ethernet2/4 Local Port id: Eth2/4 Port Description: Ethernet2/4 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd0c Port id: Ethernet2/5 Local Port id: Eth2/5 Port Description: Ethernet2/5 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd10 Port id: Ethernet2/6 Local Port id: Eth2/6 Port Description: Ethernet2/6 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd14 Port id: Ethernet2/7 Local Port id: Eth2/7 Port Description: Ethernet2/7 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd18 Port id: Ethernet2/8 Local Port id: Eth2/8 Port Description: Ethernet2/8 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd1c Port id: Ethernet2/9 Local Port id: Eth2/9 Port Description: Ethernet2/9 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 116 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd24 Port id: Ethernet2/11 Local Port id: Eth2/11 Port Description: Ethernet2/11 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 117 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd28 Port id: Ethernet2/12 Local Port id: Eth2/12 Port Description: Ethernet2/12 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 116 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd2c Port id: Ethernet2/13 Local Port id: Eth2/13 Port Description: Ethernet2/13 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 117 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd30 Port id: Ethernet2/14 Local Port id: Eth2/14 Port Description: Ethernet2/14 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 117 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd34 Port id: Ethernet2/15 Local Port id: Eth2/15 Port Description: Ethernet2/15 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 117 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd38 Port id: Ethernet2/16 Local Port id: Eth2/16 Port Description: Ethernet2/16 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 94 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd3c Port id: Ethernet2/17 Local Port id: Eth2/17 Port Description: Ethernet2/17 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 97 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd40 Port id: Ethernet2/18 Local Port id: Eth2/18 Port Description: Ethernet2/18 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 97 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd44 Port id: Ethernet2/19 Local Port id: Eth2/19 Port Description: Ethernet2/19 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 97 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd48 Port id: Ethernet2/20 Local Port id: Eth2/20 Port Description: Ethernet2/20 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 97 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd4c Port id: Ethernet2/21 Local Port id: Eth2/21 Port Description: Ethernet2/21 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 97 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd50 Port id: Ethernet2/22 Local Port id: Eth2/22 Port Description: Ethernet2/22 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 98 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd54 Port id: Ethernet2/23 Local Port id: Eth2/23 Port Description: Ethernet2/23 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 97 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd58 Port id: Ethernet2/24 Local Port id: Eth2/24 Port Description: Ethernet2/24 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 97 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd5c Port id: Ethernet2/25 Local Port id: Eth2/25 Port Description: Ethernet2/25 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd60 Port id: Ethernet2/26 Local Port id: Eth2/26 Port Description: Ethernet2/26 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd64 Port id: Ethernet2/27 Local Port id: Eth2/27 Port Description: Ethernet2/27 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 108 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd68 Port id: Ethernet2/28 Local Port id: Eth2/28 Port Description: Ethernet2/28 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd6c Port id: Ethernet2/29 Local Port id: Eth2/29 Port Description: Ethernet2/29 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd70 Port id: Ethernet2/30 Local Port id: Eth2/30 Port Description: Ethernet2/30 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd74 Port id: Ethernet2/31 Local Port id: Eth2/31 Port Description: Ethernet2/31 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: 006b.f1be.dd78 Port id: Ethernet2/32 Local Port id: Eth2/32 Port Description: Ethernet2/32 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 108 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: a023.9f0c.93c0 Port id: Ethernet3/21 Local Port id: Eth3/21 Port Description: Ethernet3/21 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 93 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: a023.9f0c.93c1 Port id: Ethernet3/22 Local Port id: Eth3/22 Port Description: Ethernet3/22 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 91 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: not advertised Chassis id: a023.9f0c.93c2 Port id: Ethernet3/23 Local Port id: Eth3/23 Port Description: Ethernet3/23 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 99 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: a023.9f0c.93c3 Port id: Ethernet3/24 Local Port id: Eth3/24 Port Description: Ethernet3/24 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 97 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: a023.9f0c.93c4 Port id: Ethernet3/25 Local Port id: Eth3/25 Port Description: Ethernet3/25 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 101 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: a023.9f0c.93c5 Port id: Ethernet3/26 Local Port id: Eth3/26 Port Description: Ethernet3/26 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 104 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: 2c33.11b3.8c68 Port id: Ethernet4/2 Local Port id: Eth4/2 Port Description: Ethernet4/2 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 93 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 4
Chassis id: 2c33.11b3.8c6c Port id: Ethernet4/3 Local Port id: Eth4/3 Port Description: Ethernet4/3 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 94 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: 2c33.11b3.8c70 Port id: Ethernet4/4 Local Port id: Eth4/4 Port Description: Ethernet4/4 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 96 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: 2c33.11b3.8c74 Port id: Ethernet4/5 Local Port id: Eth4/5 Port Description: Ethernet4/5 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 97 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: 2c33.11b3.8c78 Port id: Ethernet4/6 Local Port id: Eth4/6 Port Description: Ethernet4/6 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 99 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: 2c33.11b3.8c7c Port id: Ethernet4/7 Local Port id: Eth4/7 Port Description: Ethernet4/7 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 100 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: 2c33.11b3.8c80 Port id: Ethernet4/8 Local Port id: Eth4/8 Port Description: Ethernet4/8 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 104 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: 2c33.11b3.8c84 Port id: Ethernet4/9 Local Port id: Eth4/9 Port Description: Ethernet4/9 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 107 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: 006b.f1be.dd20 Port id: Ethernet2/10/1 Local Port id: Eth2/10/1 Port Description: Ethernet2/10/1 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 116 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Chassis id: 2c33.11b3.8c88 Port id: Ethernet4/10/1 Local Port id: Eth4/10/1 Port Description: Ethernet4/10/1 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 109 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1
Total entries displayed: 47

show lldp interface eth 1/7

show lldp interface eth 1/7

import json

"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'

myheaders={'content-type':'application/json'}
payload={
  "ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show lldp interface eth 1/7",
  "output_format": "json"
}

response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "dcbx_en": "Y", 
                    "interface": "Ethernet1/7", 
                    "port_mac": "00:a2:ee:31:b2:cc", 
                    "rx_en": "Y", 
                    "tx_en": "Y"
                }, 
                "code": "200", 
                "input": "show lldp interface eth 1/7", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show lldp interface eth 1/7 command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show lldp interface eth 1/7
Interface Information:
  Enable (tx/rx/dcbx): Y/Y/Y    Port Mac address: 00:a2:ee:31:b2:cc

show lldp neighbors interface eth 4/9

show lldp neighbors interface eth 4/9

import json

"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'

myheaders={'content-type':'application/json'}
payload={
  "ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show lldp neighbors interface eth 4/9",
  "output_format": "json"
}

response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "TABLE_nbor": {
                        "ROW_nbor": {
                            "chassis_id": "macsec1.insieme.local", 
                            "chassis_type": "Locally Assigned", 
                            "enabled_capability": "BR", 
                            "hold_time": "120", 
                            "l_port_id": "Eth4/9", 
                            "mgmt_addr": "172.31.202.17", 
                            "mgmt_addr_ipv6": "172::2017", 
                            "mgmt_addr_ipv6_type": "IPV6", 
                            "mgmt_addr_type": "IPV4", 
                            "port_id": "Ethernet4/9", 
                            "port_type": "Interface Name", 
                            "system_capability": "BR"
                        }
                    }, 
                    "neigh_count": "1", 
                    "neigh_hdr": "neigh_hdr"
                }, 
                "code": "200", 
                "input": "show lldp neighbors interface eth 4/9", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show lldp neighbors interface eth 4/9 command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show lldp neighbors interface eth 4/9
Capability codes:
  (R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device
  (W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other
Device ID            Local Intf      Hold-time  Capability  Port ID
macsec1.insieme.local Eth4/9 120 BR Ethernet4/9
Total entries displayed: 1

show lldp neighbors interface eth 4/9 detail

show lldp neighbors interface eth 4/9 detail

import json

"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'

myheaders={'content-type':'application/json'}
payload={
  "ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show lldp neighbors interface eth 4/9 detail",
  "output_format": "json"
}

response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "TABLE_nbor_detail": {
                        "ROW_nbor_detail": {
                            "chassis_id": "2c33.11b3.8c84", 
                            "chassis_type": "Mac Address", 
                            "enabled_capability": "BR", 
                            "l_port_id": "Eth4/9", 
                            "mgmt_addr": "172.31.202.17", 
                            "mgmt_addr_ipv6": "172::2017", 
                            "mgmt_addr_ipv6_type": "IPV6", 
                            "mgmt_addr_type": "IPV4", 
                            "port_desc": "Ethernet4/9", 
                            "port_id": "Ethernet4/9", 
                            "port_type": "Interface Name", 
                            "sys_desc": "Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1)\nTAC support: http://www.cisco.com/tac\nCopyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.", 
                            "sys_name": "macsec1.insieme.local", 
                            "system_capability": "BR", 
                            "ttl": "99", 
                            "vlan_id": "1"
                        }
                    }, 
                    "neigh_count": "1", 
                    "neigh_hdr": "neigh_hdr"
                }, 
                "code": "200", 
                "input": "show lldp neighbors interface eth 4/9 detail", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show lldp neighbors interface eth 4/9 detail command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show lldp neighbors interface eth 4/9 detail
Capability codes:
  (R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device
  (W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other
Device ID            Local Intf      Hold-time  Capability  Port ID
Chassis id: 2c33.11b3.8c84 Port id: Ethernet4/9 Local Port id: Eth4/9 Port Description: Ethernet4/9 System Name: macsec1.insieme.local System Description: Cisco Nexus Operating System (NX-OS) Software 7.0(3)IHD8(1) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved. Time remaining: 99 seconds System Capabilities: B, R Enabled Capabilities: B, R Management Address: 172.31.202.17 Management Address IPV6: 172::2017 Vlan ID: 1 Total entries displayed: 1

show lldp neighbors interface eth 4/9 system-detail

show lldp neighbors interface eth 4/9 system-detail

import json

"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'

myheaders={'content-type':'application/json'}
payload={
  "ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show lldp neighbors interface eth 4/9 system-detail",
  "output_format": "json"
}

response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "TABLE_nbor_sys_detail": {
                        "ROW_nbor_sys_detail": {
                            "capability": "1310740", 
                            "chassis_id": "2c33.11b3.8c84", 
                            "chassis_type": "Mac Address", 
                            "l_port_id": "Eth4/9", 
                            "mgmt_addr": "", 
                            "mgmt_addr_type": "", 
                            "port_id": "Ethernet4/9", 
                            "port_type": "Interface Name", 
                            "sys_name": "macsec1.insieme.local", 
                            "sys_type": "Locally Assigned", 
                            "ttl": "120"
                        }
                    }, 
                    "neigh_count": "1", 
                    "neigh_hdr": "neigh_hdr"
                }, 
                "code": "200", 
                "input": "show lldp neighbors interface eth 4/9 system-detail", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show lldp neighbors interface eth 4/9 system-detail command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show lldp neighbors interface eth 4/9 system-detail
Capability codes:
  (R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable  Device
  (W) WLAN Access Point, (P) Repeater, (S) Station, (O)    Other
Device ID       Local Intf Chassis ID      PortID            Hold-time  Capability
macsec1.insieme.local Eth4/9      2c33.11b3.8c84 Ethernet4/9       120        BR
Total entries displayed: 1

show lldp portid-subtype

show lldp portid-subtype

import json

"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'

myheaders={'content-type':'application/json'}
payload={
  "ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show lldp portid-subtype",
  "output_format": "json"
}

response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "portid_subtype": "0"
                }, 
                "code": "200", 
                "input": "show lldp portid-subtype", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show lldp portid-subtype command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show lldp portid-subtype
LLDP and MIB portid-subtype:

    PortId Subtype: 0

show lldp timers

show lldp timers

import json

"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'

myheaders={'content-type':'application/json'}
payload={
  "ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show lldp timers",
  "output_format": "json"
}

response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "hold_mplier": "4", 
                    "notification_interval": "5", 
                    "reinit": "2", 
                    "ttl": "120", 
                    "tx_delay": "2", 
                    "tx_interval": "30"
                }, 
                "code": "200", 
                "input": "show lldp timers", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show lldp timers command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show lldp timers
LLDP Timers:

    Holdtime in seconds: 120
    Reinit-time in seconds: 2
    Transmit interval in seconds: 30

show lldp tlv-select

show lldp tlv-select

import json

"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'

myheaders={'content-type':'application/json'}
payload={
  "ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show lldp tlv-select",
  "output_format": "json"
}

response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "dcbxp-app-pri": "DCBX Application Priority TLV", 
                    "dcbxp-cin-cee": "dcbxp", 
                    "dcbxp-ets-cfg": "DCBX ETS Configuration TLV", 
                    "dcbxp-ets-reco": "DCBX ETS Recommendation TLV", 
                    "dcbxp-pfc-cfg": "DCBX PFC Configuration TLV", 
                    "management-address-v4": "management-address-v4", 
                    "management-address-v6": "management-address-v6", 
                    "port-description": "port-description", 
                    "port-vlan": "port-vlan", 
                    "power-management": "power-management", 
                    "system-capabilities": "system-capabilities", 
                    "system-description": "system-description", 
                    "system-name": "system-name"
                }, 
                "code": "200", 
                "input": "show lldp tlv-select", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show lldp tlv-select command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show lldp tlv-select
   management-address-v4
   management-address-v6
   port-description
   port-vlan
   power-management
   system-capabilities
   system-description
   system-name
   dcbxp
   DCBX ETS Configuration TLV
   DCBX ETS Recommendation TLV
   DCBX PFC Configuration TLV
   DCBX Application Priority TLV

show lldp traffic

show lldp traffic

import json

"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'

myheaders={'content-type':'application/json'}
payload={
  "ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show lldp traffic",
  "output_format": "json"
}

response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "aged_cnt": "0", 
                    "disc_cnt": "0", 
                    "rx_cnt": "17704", 
                    "rx_err": "0", 
                    "tx_cnt": "19586", 
                    "unrecognized_tlv": "0"
                }, 
                "code": "200", 
                "input": "show lldp traffic", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show lldp traffic command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show lldp traffic
LLDP traffic statistics: 

    Total frames transmitted: 19586
    Total entries aged: 0
    Total frames received: 17704
    Total frames received in error: 0
    Total frames discarded: 0
    Total unrecognized TLVs: 0

show lldp traffic interface eth 4/9

show lldp traffic interface eth 4/9

import json

"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'

myheaders={'content-type':'application/json'}
payload={
  "ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show lldp traffic interface eth 4/9",
  "output_format": "json"
}

response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "aged_cnt": "0", 
                    "disc_cnt": "0", 
                    "interface": "Ethernet4/9", 
                    "rx_cnt": "155", 
                    "rx_err": "0", 
                    "tx_cnt": "163", 
                    "unrecognized_tlv": "0"
                }, 
                "code": "200", 
                "input": "show lldp traffic interface eth 4/9", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show lldp traffic interface eth 4/9 command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show lldp traffic interface eth 4/9
LLDP interface traffic statistics: 

    Total frames transmitted: 163
    Total entries aged: 0
    Total frames received: 155
    Total frames received in error: 0
    Total frames discarded: 0
    Total unrecognized TLVs: 0