AMQP Notifications for Cisco DCNM Media Controller Deployment
First Published: January 22, 2019
Revised and Published: December 22, 2020
Obtaining Documentation and Submitting a Service Request
Cisco Trademark (all documentation)
Cisco Copyright (all documentation)
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.hostalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "name":"h1", "ipAddress":"10.2.3.4" , "message":"Host Alias with alias name h1 successfully created by admin"} |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.update.hostalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "name":"h1", "ipAddress":"10.2.3.9", "message":"Host Alias with original name and IP address h1, (10.2.3.4) updated to h1, (10.2.3.9) by admin" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.hostalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "name":"host3", } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.hostalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "successCount":1, "message":"Host Alias deletion done successfully by admin with 1 Hosts", "failureCount":0 } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.create.hostalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "name":"Hostname_1", "ipAddress":"1.2.3.4 ,” "message":"Failed to create Host Alias with alias name Hostname_1 by admin" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.update.hostalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ “message":"Failed to update Host Alias with original name and IP address h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2, (10.2.3.5) to h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2h2, (10.2.3.5) by admin" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.delete.hostalias |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "name":"HostTesting", "ipAddress":"18.1.1.1" "message":" Host alias deletion failed for name HostTesting by admin", } |
DCNM will periodically go through the End Points List provided by the switch through telemetry and determine if there are any new hosts discovered. DCNM will generate a notification for all the new hosts discovered. The host will be either local or remote (PIM router case).
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
info.com.cisco.dcnm.event.pmn.discover.host |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "role":"Sender", "Switch time":"Sun, Mar 24 2019 07:25:27 (PDT)", "ipAddress":"20.2.1.2", "discoverd by":"", "source":"20.2.1.2", "message":"Host:20.2.1.2 Discovered Source:20.2.1.2 group:228.0.0.18", "interface":"Vlan21", "mac":"", "switch":"pmn-109-leaf", "external":"NO", "fault reason":"NONE", "name":"Host-20.2.1.2","group":"228.0.0.18" } |
DCNM will periodically go through the End Points List provided by the switch through telemetry and determine if there are any hosts got deleted. DCNM will generate a notification for all the deleted hosts.
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
info.com.cisco.dcnm.event.pmn.delete.host |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "role":"Sender", "Switch time":"Sun, Mar 24 2019 07:25:27 (PDT)", "ipAddress":"20.2.1.2", "discoverd by":"", "source":"20.2.1.2", "message":"Host:20.2.1.2 Deleted Source:20.2.1.2 group:228.0.0.10", "interface":"Vlan21","mac":"", "switch":"pmn-109-leaf", "external":"NO", "fault reason":"NONE", "name":"Host-20.2.1.2", "group":"228.0.0.10" } |
· “hostRole” can be Sender or Receiver-Local or Receiver-External.
· senderName or receiverName field based on the host role
· receiverIp is not shown in case the role is the sender
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.hostpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "sequenceNumber":5, "policyName":"test", "permit":true, "link":"https://172.23.244.229/rest/pmn/hostpolicies/test", "hostRole":"Sender", "message":"Host policy test successfully saved by admin", "multicast":"*","senderIp":"1.3.4.7","mask":32 } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.create.hostpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "permit":false, "message":"Policy with name 'HostPolicyAA' already exists.", "mask":0} } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.update.hostpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ “policyName": "Test1", "receiverName": "H1", "receiverIp": "1.1.1.1", "senderIp": "2.2.2.2", "permit": true, "link": "https://172.23.244.150/rest/pmn/hostpolicies/Test1", "hostRole": "Receiver-Local", "message": "Host Policy with policy name Test1 successfully updated by admin", "multicast": "237.7.6.7" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.update.hostpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "permit":false, "message":"Host Policy with policy name Anyname failed to updated by admin. Error: Policy does not exist. Nothing to update.", "mask":0} } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.hostpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "policyName": "Test101", "receiverName": "H1", "receiverIp": "1.1.1.1", "senderIp": "2.2.2.2", "permit": false, "hostRole": "Receiver-Local", "message": "Host Policy with policy name Test101 successfully deleted by admin", "multicast": "231.71.42.72" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.delete.hostpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.apply.hostpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "switchIP": "172.23.244.58", "policyName": "P2", "senderName": "Host-1.4.1.6", "senderIp": "2.2.2.2", "permit": true, "link": "https://172.23.244.150/rest/pmn/hostpolicies/P2", "hostRole": "Sender", "message": " Host Policy with policy name P2 successfully applied on switch: 172.23.244.58", "multicast": "232.3.5.3" } |
Exchange |
DCNMExchange |
|
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.hostpolicy |
|
||||||||||||||||||||||
Redelivered |
○ |
|
||||||||||||||||||||||
Properties |
|
|
||||||||||||||||||||||
Payload |
{ "switchIP": "172.23.244.58", "policyName": "P2", "senderName": "Host-1.4.1.6", "senderIp": "2.2.2.2", "permit": true, "link": "https://172.23.244.150/rest/pmn/hostpolicies/P2", "hostRole": "Sender", "message": " Host Policy with policy name P2 successfully deployed on switch: 172.23.244.58", "multicast": "232.3.5.3" } |
|
Exchange |
DCNMExchange |
|
||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.deploy.hostpolicy |
|
||||||||||||||||||||||
Redelivered |
○ |
|
||||||||||||||||||||||
Properties |
|
|
||||||||||||||||||||||
Payload |
{ "Deployed data":"[Policy3, Policy5, Policy6, Policy8, Policy9, SunPolicy, MondayPolicy, NewPolicy]", "deployment type":"HostPolicy", "switch-ip":"172.22.31.104"} } |
|
Exchange |
DCNMExchange |
|
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.undeploy.hostpolicy |
|
||||||||||||||||||||||
Redelivered |
○ |
|
||||||||||||||||||||||
Properties |
|
|
||||||||||||||||||||||
Payload |
{ "Deployed data":"[]", "deployment type":"HostPolicy", "switch-ip":"172.22.31.109" } |
|
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.establish.flow |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "multicast-IP": "236.71.6.7", "link": "https://172.23.244.150/rest/pmn/flow/236.71.6.7/1.1.1.1/2.4.1.8", "receiver-IP": "2.4.1.8", "receiver-host-interface": "Ethernet1/8", "sender-leaf": "172.23.244.58", "message": "SUCCESS_FLOW_STITCHED - Establised a new flow from Sender IP: 1.1.1.1 to Receiver IP: 2.4.1.8 for Multicast IP: 236.71.6.7", "sender-host-interface": "Ethernet1/12", "sender-IP": "1.1.1.1", "receiver-leaf": "172.23.244.68", "applied-flow-policy": "Default", "local-flow": "No" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.flow |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "multicast-IP": "228.1.1.1", "sender-IP": "192.168.10.108", "receiver-IP": "192.168.20.105", "sender-leaf": "172.23.244.68", "sender-host-interface": "ethernet1/1", "receiver-leaf": "172.23.244.58", "receiver-host-interface": "ethernet1/38", "message": “Flow-Deleted – Sender-IP: 192.168.10.108, Receiver-IP: 192.168.20.105, Multicast-IP:228.1.1.1“ } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.flowalias |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "name":"FlowA", "link":"https://172.23.244.195/rest/pmn/flowalias/FlowA", "description":"dd", "message":"Flow Alias with alias name FlowA successfully created by admin", "multicastIp":"224.3.2.5" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.create.flowalias |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ {"name":"FlowAA", "description":"FlowAA Description", "message":"Flow Alias with alias name FlowAA failed to be created by admin", "multicastIp":"1.1.1.1" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.update.flowalias |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "name":"FlowA", "link":"https://172.23.244.195/rest/pmn/flowalias/FlowA", "description":"dd", "message":"Flow Alias updated with alias name FlowA by admin", "multicastIp":"224.1.2.2" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.update.flowalias |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "name":"FlowB", "link":"https://172.23.244.195/rest/pmn/flowalias/12460", "description":"Des", "message":"Flow Alias with alias name FlowB failed to be updated by admin", "multicastIp":"22.1.2.23" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.flowalias |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "name":"FlowAA", "description":"FlowAA Description", "message":"Flow Alias with alias name FlowAA successfully deleted by admin", "multicastIp":"224.1.1.1" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.delete.flowalias |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "link":"https://172.23.244.195/rest/pmn/flowalias/anyone", "message":"Flow Alias with alias id or name anyone failed to be deleted by admin" } |
" multicastIpRange" – may have a start and end IP (e.g. 224.10.10.10 – 224.10.10.30) or maybe a single multicast IP.
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.flowpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "dscp": "CS1", "policyName": "P3", "bandwidth": "3gbps", "link": "https://172.23.244.150/rest/pmn/flowpolicies/P3", "message": "Flow Policy with policy name P3 successfully created by admin", " multicastIpRange ": "233.4.3.4" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.update.flowpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "dscp": "CS4", "policyName": "P11", "bandwidth": "1.4gbps", "link": "https://172.23.244.150/rest/pmn/flowpolicies/P11", "message": "Flow Policy with policy name P11 successfully updated by admin", " multicastIpRange ": "233.33.33.33" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.flowpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "dscp": "CS1", "policyName": "P3", "bandwidth": "3gbps", "message": "Flow Policy with policy name P3 successfully deleted by admin", "multicastIpRange": "233.4.3.4" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.flowpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "dscp": "CS1", "policyName": "P3", "bandwidth": "3gbps", "multicastIpRange": "233.4.3.4" "message": " Flow Policy with policy name P2 successfully deployed on the switch: 172.23.244.58 } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.undeploy.flowpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "Deployed data":"[]", "deployment type":"FlowPolicy", "switch-ip":"172.22.31.109" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.create.flowpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "dscp": "CS3", "policyName": "P40", "bandwidth": "8ibps", "message": "Flow Policy with policy name P40 failed to be created by admin. Error: Invalid bandwidth units", "multicastIpRange": "237.71.17.17" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.update.flowpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "dscp": "CS3", "policyName": "P40", "bandwidth": "8mbps", "link": "https://172.23.244.150/rest/pmn/flowpolicies/P40", "message": "Flow Policy with policy name P40 failed to be updated by admin. Error: Invalid DSCP: '249'", "multicastIpRange": "237.71.17.17" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.delete.flowpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "message": "Flow Policy with policy name P401 failed to be deleted by admin. Error: Policy does not exist. Nothing to delete." } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.deploy.flowpolicy |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "dscp": "CS1", "policyName": "P1", "bandwidth": "3gbps", "link": "https://172.23.244.150/rest/pmn/flowpolicies/P1", "message": "Flow Policy with policy name P1 failed to be deployed on switch: 172.23.244.58”, " multicastIpRange ": "233.4.3.4" } |
Whenever we detect PTP correction exceeds the threshold configure on the PTP Management page, a AMQP notification will be sent to report it.
Exchange |
DCNMExchange |
|||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.ptpcorrection |
|||||||||||||||||||||||||
Redelivered |
○ |
|||||||||||||||||||||||||
Properties |
|
|
||||||||||||||||||||||||
Payload |
{ "date":"2019-Jun-12 09:49:49", "sup-time":"Wed Jun 12 09:49:49 2019 890705", "mean-path-delay":164, "interface":"Eth1/35", "micro-seconds":890705, "correction-value":288, "switch":"spine-1" } |
Whenever a new packet drop occurs, the next pulling cycle will detect it and a AMQP notification will be sent to inform this new packet drop.
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.flowerror |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload323 bytes Encoding: string |
{"source-port":319,"bit-rate":169053000,"packet-loss":"736416795","start-time":"13:10:59 UTC Mar 25 2019","pod":"","loss-start":"13:25:07 UTC Mar 25 2019","vrf":"","interface":"Ethernet1/1","destination-ip":"233.1.0.1","switch":"pmn-105-leaf","protocol":17,"destination-port":319,"packet-count":11764,"source-ip":"1.1.1.1"} |
Whenever a packet drop goes to packet drop history, the next pulling cycle will detect it and a AMQP notification will be sent to inform the packet drop is clear.
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.flowerror |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{"source-port":319,"bit-rate":169053000,"packet-loss":"736416795","start-time":"13:10:59 UTC Mar 25 2019","pod":"","loss-start":"13:25:07 UTC Mar 25 2019","vrf":"","interface":"Ethernet1/1","destination-ip":"233.1.0.1","switch":"pmn-105-leaf","protocol":17,"destination-port":319,"packet-count":11764,"source-ip":"1.1.1.1"} |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.realtime.switch |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "faultReason":"No Bandwidth", "faultResolution":"Please consult documentation", "Switch":"anna-pmn-archer", "dn":"sys/nbm/show/faults/dom-default/faults-[sys/nbm/show/endpoints/dom-default/h-[15.2.1.2]-if-0/g-[228.10.1.16]]", "TimestampReceived":1591282545383, "Timestamp":1588691553014, "Fabric":"Default_LAN", "status":"created" } |
Different faultReason:
· "No Bandwidth"
· "No Bandwidth (Ext)"
· "Sender Denied"
· "Sender Denied (Ext)"
· "No Flow Policy"
· "No Policer Avail"
· "No Policer Avail (Ext)"
· "No Unicast Route"
· "No Flow Slot Avail"
· "No Flow Slot Avail(Ext)"
· "No Profile Avail"
· "No Profile Avail (Ext)"
· "Flow in Pending Delete"
· "No TCAM Carved (Ext)"
· "No TCAM Carved"
· "Unknown"
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.realtime.switch |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Switch":"anna-pmn-archer", "dn":"sys/nbm/show/faults/dom-default/faults-[sys/nbm/show/endpoints/dom-default/h-[15.2.1.2]-if-0/g-[228.10.1.16]]", "TimestampReceived":1591282545327, "Timestamp":1588691553005, "Fabric":"Default_LAN", "status":"deleted" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.realtime.switch |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "identifier":"FLOW:s-[11.3.1.2]-g-[227.50.1.1]/oif-[Eth1/25]", "reason":"FLOW Provisioned Successfully"," Switch":"pmn-n93-leaf2","dn":"sys/nbm/show/notify/dom-default/event-[FLOW:s-[11.3.1.2]-g-[227.50.1.1]/oif-[Eth1/25]]", "TimestampReceived":1603220262137,"Timestamp":1603220262189, "Fabric":"Default_LAN", "status":"created" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.realtime.switch |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Switch":"pmn-n93-leaf1", "dn":"sys/nbm/show/notify/dom-default/event-[FLOW:s-[0.0.0.0]-g-[228.50.1.1]/oif-[Eth1/27]]", "TimestampReceived":1605555012672,"Timestamp":1605555012618, "Fabric":"Default_LAN", "status":"deleted } |
For VRF support, we will need to add VRF field for all the notifications we support so far. VRF info will be added in Event header and in the payload name value pair as well as in payload link.
The followings are examples we captured:
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.hostalias |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "fabric":"Default_LAN", "name":"HostAlias7-8", "ipAddress":"3.3.3.3", "vrf":"default", "message":"Host Alias with alias name 'HostAlias7-8' in VRF 'default' in Fabric 'Default_LAN' successfully created by admin" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.update.hostalias |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "fabric":"Default_LAN", "name":"HostAlias7-8", "ipAddress":"3.3.3.1", "vrf":"default", "message":"Host Alias with original name and IP address HostAlias7-8, (3.3.3.3) updated to HostAlias7-8, (3.3.3.1) in VRF 'default' in Fabric 'Default_LAN' by admin" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.hostalias |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "fabric":"Default_LAN", "name":"HostAlias7-8", "ipAddress":"3.3.3.1", "vrf":"default", "message":"Host Alias with name 'HostAlias7-8' in VRF 'default' in Fabric 'De fault_LAN' in Fabric 'Default_LAN' deleted by admin" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.discover.host |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "role":"Sender", "Switch time":"Fri, Jun 14 2019 23:40:31 (PDT)", "ipAddress":"20.2.1.20", "discoverd by":"", "vrf":"coke", "source":"20.2.1.20", "message":"Host:20.2.1.20 Discovered Source:20.2.1.20 group:228.20.0.48 in VRF coke", "interface":"Vlan21", "mac":"", "switch":"pmn-109-leaf", "external":"NO", "fault reason":"NONE", "name":"Host-20.2.1.20", "group":"228.20.0.48" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.host |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "role":"Dynamic Receiver", "Switch time":"Sat, Jun 15 2019 11:10:16 (PDT)", "ipAddress":"10.2.1.20", "discoverd by":"IGMP", "vrf":"coke", "source":"0.0.0.0", "message":"Host:10.2.1.20 Deleted Source:0.0.0.0 group:228.20.0.8 in VRF coke", "interface":"Vlan11", "mac":"", "switch":"pmn-109-leaf", "external":"NO", "fault reason":"NONE", "name":"Host-10.2.1.20", "group":"228.20.0.8" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.create.hostalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload 210 bytesEncoding: string |
{ "name":"HostAlias", "ipAddress":"1.1.1.2", "vrf":"default", "message":"Failed to create Host Alias with alias name HostAlias in VRF default by admin (Error:Host Alias 'HostAlias' in VRF default already exists.)" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.update.hostalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "message":"Failed to update Host Alias with original name and IP address Jun3, (2.2.2.2) to June3, (2.2.2.2) in VRF default by admin" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.delete.hostalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "message":"Host Alias deletion failed. 'Anyname' in VRF default does not exist." } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.hostpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "sequenceNumber":5, "policyName":"JunePolicy", "permit":true, "link":"https://172.23.244.98/rest/pmn/hostpolicies/JunePolicy", "hostRole":"Sender", "vrf":"default", "message":"Host policy JunePolicy in VRF default successfully saved by admin", "multicast":"*", "senderIp":"3.3.3.3", "mask":0, "receiverIp":"" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.update.hostpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "sequenceNumber":5, "policyName":"JunePolicy", "permit":true, "link":"https://172.23.244.98/rest/pmn/hostpolicies/JunePolicy", "hostRole":"Sender", "vrf":"default", "message":"Host policy JunePolicy in VRF default successfully saved by admin", "multicast":"*", "senderIp":"3.3.3.3", "mask":4, "receiverIp":"" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.hostpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload 290 bytesEncoding: string |
{ "sequenceNumber":5, "policyName":"JunePolicy", "permit":true, "link":"https://172.23.244.98/rest/pmn/hostpolicies/JunePolicy", "hostRole":"Sender", "vrf":"default", "message":"Host policy JunePolicy in VRF default deleted by admin", "multicast":"*", "senderIp":"3.3.3.3", "mask":0,"receiverIp":"" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.hostpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[June20]", "deployment type":"HostPolicy", "vrf":"default", "switch-ip":"10.23.234.152" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.undeploy.hostpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[June20]", "deployment type":"HostPolicy", "vrf":"default", "switch-ip":"172.22.31.109" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.hostpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "switchIP":"172.22.31.109", "Action":"created", "role":"RECEIVER", "Switch time":"2019-06-18, 10:47:12", "policyName":"Default-Receiver-Local", "permit":"true", "vrf":"default", "message":"Policy Default-Receiver-Local Applied on Switch:pmn-109-leaf Interface:ALL in VRF default", "interface":"IfIndex:0 Ifname not available" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.create.hostpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "permit":false, "vrf":"default", "message":"Policy with name June4Policy in VRF default already exists.", "mask":0 } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.update.hostpolicy |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "permit":false, "vrf":"default", "message":"Host Policy with policy name Somename in VRF default failed to updated by admin. Error: Policy does not exist. Nothing to update.", "mask":0 } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.delete.hostpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.deploy.hostpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[HostPolicy25]", "deployment type":"HostPolicy", "vrf":"default", "switch-ip":"172.22.31.104" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.flowalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "name":"FlowAlias8", "link":"https://172.23.244.98/rest/pmn/flowalias/FlowAlias8", "description":"Flow Alias 8", "vrf":"default", "message":"Flow Alias with alias name FlowAlias8 in VFF default successfully created by admin", "multicastIp":"224.1.1.1"} |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.update.flowalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "name":"FlowAlias8", "link":"https://172.23.244.98/rest/pmn/flowalias/FlowAlias8", "description":"Flow Alias 8", "vrf":"default", "message":"Flow Alias updated with alias name FlowAlias8 in VRF default by admin", "multicastIp":"224.2.2.2" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.flowalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "name":"FlowAlias8", "description":"Flow Alias 8", "vrf":"default", "message":"Flow Alias with alias name FlowAlias8 in VRF default successfully deleted by admin", "multicastIp":"224.2.2.2" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.flow |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Sender Switch time":"172.22.31.109: 2019-06-18, 12:15:37", "sender-IP":"20.2.1.20", "Receiver Switch time":"172.22.31.109: 2019-06-18, 12:15:37", "receiver-IP":"10.2.1.20", "receiver-host-interface":"Vlan11", "vrf":"coke", "sender-leaf":"172.22.31.109", "receiver-leaf":"172.22.31.109", "group":"228.20.0.5", "sender-host-interface":"Vlan21", "policy":"Default" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.flow |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Sender Switch time":"172.22.31.109: 2019-06-18, 12:15:37", "sender-IP":"20.2.1.20", "Receiver Switch time":"172.22.31.109: 2019-06-18, 12:15:37", "receiver-IP":"10.2.1.20", "receiver-host-interface":"Vlan11", "vrf":"coke", "sender-leaf":"172.22.31.109", "receiver-leaf":"172.22.31.109", "group":"228.20.0.5", "sender-host-interface":"Vlan21", "policy":"Default" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.create.flowalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "name":"FlowAlias", "description":"Flow Alias", "vrf":"default", "message":"Flow Alias with alias name FlowAlias in VRF default failed to be created by admin", "multicastIp":"254.1.2.1" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.update.flowalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "name":"FlowAlias8", "link":"https://172.23.244.98/rest/pmn/flowalias/7050", "description":"Flow Alias 8", "vrf":"default", "message":"Flow Alias with alias name FlowAlias8 in VRF default failed to be updated by admin", "multicastIp":"244.1.1.1" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.delete.flowalias |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "link":"https://172.23.244.98/rest/pmn/flowalias/flowalias/SomeFlowAlias", "message":"Flow Alias with alias name SomeFlowAlias in VRF default failed to be deleted by admin" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.flowpolicy |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "policer":"Enabled", "dscp":"Best Effort", "policyName":"FlowPolicy", "bandwidth":"3gbps", "link":"https://172.23.244.98/rest/pmn/flowpolicies/FlowPolicy", "vrf":"default", "message":"Flow Policy with policy name FlowPolicy in VRF default successfully created by admin", "multicastRangeList":[{"endIP":"224.2.2.8","deleted":false,"beginIP":"224.2.2.2"}] } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.update.flowpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "policer":"Enabled", "policyName":"FlowPolicy", "bandwidth":"3mbps", "link":"https://172.23.244.98/rest/pmn/flowpolicies/FlowPolicy", "vrf":"default", "message":"Flow Policy with policy name FlowPolicy in VRF default successfully updated by admin", "multicastRangeList":[{"endIP":"224.2.2.8","deleted":false,"beginIP":"224.2.2.2"}] } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.flowpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "policer":"Enabled", "policyName":"FlowPolicy", "bandwidth":"3mbps", "vrf":"default", "message":"Flow Policy with policy name FlowPolicy in VRF default successfully deleted by admin", "multicastRangeList":[{"endIP":"224.2.2.8","deleted":false, "beginIP":"224.2.2.2"}] } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.flowpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[FlowPolicy]", "deployment type":"FlowPolicy", "vrf":"default", "switch-ip":"172.22.31.109" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.undeploy.flowpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[FlowPolicy]", "deployment type":"FlowPolicy", "vrf":"default", "switch-ip":"10.23.234.152" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.create.flowpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "message":"Flow Policy with policy name FlowPolicy in VRF default failed to be created by admin. Error: Multicast IP Range (224.1.1.1 - 224.1.1.6) of this policy conflicts with another existing Multicast IP Range (224.1.1.1 - 224.1.1.9)" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.update.flowpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "message":"Flow Policy with policy name SomeFlowPolicy in VRF default failed to be updated by admin. Error: Invalid bandwidth units" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.delete.flowpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "message":"Flow Policy with policy name SomeFlowPolicy in VRF default failed to be deleted by admin. Error: Policy does not exist. Nothing to delete." } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.deploy.flowpolicy |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[FlowPolicy25]", "deployment type":"FlowPolicy", "vrf":"default", "switch-ip":"172.22.31.104" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.unicast_bw |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[unicast_bw]", "deployment type":"unicast_bw", "vrf":"default", "switch-ip":"172.22.31.109" } |
(To do: key and message id should be different than deploy)
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.unicast_bw |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[unicast_bw]", "deployment type":"unicast_bw", "vrf":"default", "switch-ip":"172.22.31.109" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.deploy.unicast_bw |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[unicast_bw]", "deployment type":"unicast_bw", "vrf":"default", "switch-ip":"172.22.31.105" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.asm |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[nbmGroupRangeDom]", "deployment type":"asm", "vrf":"default", "switch-ip":"172.22.31.109" } |
To do: key wrong, message id should be different than deploy
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.asm |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[nbmGroupRangeDom]", "deployment type":"asm", "vrf":"default", "switch-ip":"172.22.31.105" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.deploy.asm |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[nbmGroupRangeDom]", "deployment type":"asm", "vrf":"default", "switch-ip":"172.22.31.105" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.wan_links |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[wan_links]", "deployment type":"wan_links", "vrf":"default", "switch-ip":"172.22.31.109" } |
To do: key wrong, message id should be different than deploy
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.wan_links |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[wan_links]", "deployment type":"wan_links", "vrf":"default", "switch-ip":"172.22.31.105" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.deploy.wan_links |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[wan_links]", "deployment type":"wan_links", "vrf":"default", "switch-ip":"172.22.31.105" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.create.sreceiver |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "sourceId":"8.8.5.5", "pod":"Default_LAN", "ticket":"1WCyaB-1", "multiCastIpAddress":"233.1.1.1", "create":true, "hostId":"1.1.1.1", "vrf":"default", "message":"Succcess in accepting static receiver creation in VRF default with switchIp:172.22.31.109", "hostInterface":"" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.delete.sreceiver |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "sourceId":"8.8.5.5", "pod":"Default_LAN", "ticket":"1YaZbM-1", "multiCastIpAddress":"233.1.1.1", "create":true, "hostId":"1.1.1.1", "vrf":"default", "message":"Success in accepting static receiver deletion request in VRF default with switchIp:172.22.31.109", "hostInterface":"" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.bulk.sreceiver |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "input":[{"sourceId":"8.9.8.9","pod":"Default_LAN","multiCastIpAddress":"233.2.2.2","create":true,"hostId":"5.6.5.6","vrf":"default","hostInterface":""}], "ticket":"3RkXUO-b-1", "message":"Success in accepting bulk static receiver request with switchIp:172.22.31.108" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.sreceiver |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Deployed data":"[(ticket:4vDTFQ-1:1,pod:Default_LAN,host:9.9.9.9,source:19.19.19.19,vrf:default,operation:CREATE,seq:4vDTFQ-1:1,group:233.9.9.9)]", "deployment type":"SReceiver", "vrf":"default", "message":"Success in static receiver Create operation for switch:172.22.31.109", "switch-ip":"172.22.31.109" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.create.sreceiver |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "sourceId":"8.8.5.5", "pod":"Default_LAN", "ticket":"1W1FUn-1", "multiCastIpAddress":"233.1.1.1", "create":true,"hostId":"1.1.1.1", "vrf":"default", "message":"{\"error\":{\"code\":\"ProcessingError\",\"detail\":\"An error is encoutered during request processing with error Caught exception in create static receiver: <<PMNStaticReceiverController>> error in adding static receiver:com.cisco.dcbu.vinci.pmn.models. StaticReceiver@26b01d5[hostId=1.1.1.1,source=8.8.5.5,multicastIp=233.1.1.1,deviceIp=172.22.31.109,interfaceName=NA, deployStatus=1W1FUn-1,vrf=default,pod=Default_LAN,deployedSwitchStatus=<null>,creationTime=<null>,modifiedTime=<null>] with exception:ERROR: column \\\"pod\\\" of relation \\\"pmn_static_receivers\\\" does not exist\n Position: 108\"}}", "hostInterface":"", "failure-reason":" Caught exception in create static receiver: <<PMNStaticReceiverController>> error in adding static receiver:com.cisco.dcbu.vinci.pmn.models.StaticReceiver@26b01d5[hostId=1.1.1.1,source=8.8.5.5,multicastIp=233.1.1.1, deviceIp=172.22.31.109,interfaceName=NA,deployStatus=1W1FUn-1,vrf=default,pod=Default_LAN,deployedSwitchStatus=<null>, creationTime=<null>,modifiedTime=<null>] with exception:ERROR: column \\\"pod\\\" of relation \\\"pmn_static_receivers\\\" does not exist\n Position: 108" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.delete.sreceiver |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "sourceId":"8.8.5.5", "pod":"Default_LAN", "ticket":"1Yopt1-1", "multiCastIpAddress":"233.2.2.2", "create":true, "hostId":"1.1.1.1", "vrf":"default", "message":"switch Ip address is not known/managed by DCNM", "hostInterface":"", "failure-reason":"switch Ip address is not known/managed by DCNM" } |
(no VRF needed):
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.dcnm.server |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "date":"Mon Jun 17 15:57:38 PDT 2019", "dcnm-ip":"172.23.244.98", "message":"DCNM server (172.23.244.98) is Started", "status":"Started" } |
(no VRF needed):
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
com.cisco.dcbu.sm.server.model.DCManager |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Status":"Failure", "Message":"Device is shutting down: Reset Requested by CLI command reload", "DBID":1090, "Switch IP":"172.22.31.106", "UUID":"DCNM-UUID-1100", "Date":"Sat Jun 29 22:04:40 PDT 2019", "Fabric ID":2, "Serial Number":"FDO21332CN3" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
com.cisco.dcbu.sm.server.model.DCManager |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Status":"Failure", "Switch2 DBID":3810, "Port1 DBID":1650, "Message":"Link EthIsl-pmn-106-leaf,ethernet1/1(436207616)<->pmn-107-spine,ethernet1/1/1(939524096)[DBID 6480, sw1/p1=1090/1650, sw2/p2=3810/6210, status=down ] is not present", "Port2 DBID":6210, "Port1 IfIndex":436207616, "Switch1 DBID":1090, "Date":"Sat Jun 29 22:08:03 PDT 2019", "Port2 IfIndex":939524096 } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
com.cisco.dcbu.sm.server.model.DCManager |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Status":"Success", "Switch2 DBID":3810, "Port1 DBID":1650, "Message":"Link EthIsl-pmn-106-leaf,ethernet1/1(436207616)<->pmn-107-spine,ethernet1/1/1(939524096)[DBID 6480, sw1/p1=1090/1650, sw2/p2=3810/6210, status=up ] is present", "Port2 DBID":6210, "Port1 IfIndex":436207616, "Switch1 DBID":1090, "Date":"Sat Jun 29 22:09:03 PDT 2019", "Port2 IfIndex":939524096 } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
com.cisco.dcbu.sm.server.model.DCManager |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Status":"Success", "Message":"Switch status change, old=false:Unreachable, new=true", "DBID":1090, "Switch IP":"172.22.31.106", "UUID":"DCNM-UUID-1100", "Date":"Sat Jun 29 22:09:08 PDT 2019", "Fabric ID":2, "Serial Number":"FDO21332CN3" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
com.cisco.dcbu.sm.server.model.DCManager |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Status":"Success", "Port1 DBID":1600, "Message":"Port mgmt0 is UP", "Port1 IfIndex":83886080, "Port1 Name":"mgmt0", "Switch1 DBID":1090, "Switch IP":"172.22.31.106", "UUID":"DCNM-UUID-1100", "Date":"Sat Jun 29 22:12:51 PDT 2019", "Fabric ID":2 } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
com.cisco.dcbu.sm.server.model.DCManager |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Status":"Success", "Message":"Switch pmn-106-leaf is ready", "DBID":1090, "Switch IP":"172.22.31.106", "UUID":"DCNM-UUID-1100", "Date":"Sat Jun 29 22:12:51 PDT 2019", "Fabric ID":2, "Serial Number":"FDO21332CN3" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
com.cisco.dcbu.sm.server.model.DCManager |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Status":"Success", "Port1 DBID":1650, "Message":"Port Ethernet1/1 is UP", "Port1 IfIndex":436207616, "Port1 Name":"Ethernet1/1", "Switch1 DBID":1090, "Switch IP":"172.22.31.106", "UUID":"DCNM-UUID-1100", "Date":"Sat Jun 29 22:12:53 PDT 2019", "Fabric ID":2 } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
com.cisco.dcbu.sm.server.model.DCManager |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "Status":"Success", "Port1 DBID":1410, "Message":"Port Ethernet1/47 is UP", "Port1 IfIndex":436231168, "Port1 Name":"Ethernet1/47", "Switch1 DBID":1090, "Switch IP":"172.22.31.106", "UUID":"DCNM-UUID-1100", "Date":"Sat Jun 29 22:12:53 PDT 2019", "Fabric ID":2 } |
If this switch is in VPC, its role and peer information will be part of the payload
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.switchreload.switch |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "switch-ip":"172.23.244.113" "link":"https://172.23.244.179/rest/pmn/switch/172.23.244.113", "message":"Switch:172.23.244.113 recovered from reload and is up now" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.dcnm.server |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "dcnm-ip":"172.23.244.201", "status":"Started", "message":"DCNM server (172.23.244.201) is Started", "date":"Thu Jul 27 19:41:37 PDT 2017" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.unicast_bw |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "Deployed data":"[unicast_bw]", "deployment type":"unicast_bw", "switch-ip":"172.22.31.106" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.asm |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "Deployed data":"[nbmGroupRangeDom]", "deployment type":"asm", "switch-ip":"172.22.31.106" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.wan_links |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "Deployed data":"[wan_links]", "deployment type":"wan_links", "switch-ip":"172.22.31.106" } |
Exchange |
DCNMExchange |
||||||||||||||||||||||
Routing Key |
information.com.cisco.dcnm.event.pmn.deploy.cdpadminstate |
||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||
Payload |
{ "Deployed data":"[adminState:disabled]", "deployment type":"CdpAdminState", "switch-ip":"172.22.31.106" } |
Exchange |
DCNMExchange |
||||||||||||||||||||
Routing Key |
Information.com.cisco.dcnm.event.pmn.create.sreceiver |
||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||
Properties |
|
Exchange |
DCNMExchange |
||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.create.sreceiver |
||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||
Properties |
|
Exchange |
DCNMExchange |
||||||||||||||||||||
Routing Key |
Information.com.cisco.dcnm.event.pmn.delete.sreceiver |
||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||
Properties |
|
Exchange |
DCNMExchange |
||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.delete.sreceiver |
||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||
Properties |
|
Exchange |
DCNMExchange |
||||||||||||||||||||
Routing Key |
Information.com.cisco.dcnm.event.pmn.bulk.sreceiver |
||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||
Properties |
|
Exchange |
DCNMExchange |
||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.bulk.sreceiver |
||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||
Properties |
|
Exchange |
DCNMExchange |
||||||||||||||||||||
Routing Key |
Information.com.cisco.dcnm.event.pmn.deploy.sreceiver |
||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||
Properties |
|
Exchange |
DCNMExchange |
||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.deploy.sreceiver |
||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||
Properties |
|
For 60% bandwidth usage on an ingress link, an AMQP notification is sent.
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.realtime.switch |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "identifier":"INTF:eth1/35/1-INGRESS", "reason":"WARNING: INGRESS bw usage is at or above 60%", "Switch":"Fretta2", "dn":"sys/nbm/show/notify/dom-default/event-[INTF:eth1/35/1-INGRESS]", "TimestampReceived":1591678327803, "Timestamp":1591678653744, "Fabric":"Default_LAN", "status":"created" } |
For 60% bandwidth usage on an egress Link, an AMQP notification is sent.
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.realtime.switch |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "identifier":"INTF:eth1/13/1-EGRESS", "reason":"WARNING: EGRESS bw usage is at or above 60%", "Switch":"Fretta2", "dn":"sys/nbm/show/notify/dom-default/event-[INTF:eth1/13/1-EGRESS]", "TimestampReceived":1591678327724, "Timestamp":1591678653740, "Fabric":"Default_LAN", "status":"created" } |
For 75% bandwidth usage on an ingress Link, an AMQP notification is sent.
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.realtime.switch |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "identifier":"INTF:eth1/35/1-INGRESS", "reason":"SEVERE: INGRESS bw usage is at or above 75%", "Switch":"Fretta2", "dn":"sys/nbm/show/notify/dom-default/event-[INTF:eth1/35/1-INGRESS]", "TimestampReceived":1591678824551, "Timestamp":1591679150468, "Fabric":"Default_LAN", "status":"created" } |
For 75% bandwidth usage on an egress Link, an AMQP notification is sent.
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.realtime.switch |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "identifier":"INTF:eth1/13/1-EGRESS", "reason":"SEVERE: EGRESS bw usage is at or above 75%", "Switch":"Fretta2","dn":"sys/nbm/show/notify/dom-default/event-[INTF:eth1/13/1-EGRESS]", "TimestampReceived":1591678824516, "Timestamp":1591679150463, "Fabric":"Default_LAN", "status":"created" } |
For 90% bandwidth usage on an ingress Link, an AMQP notification is sent.
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.realtime.switch |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "identifier":"INTF:eth1/35/1-INGRESS", "reason":"CRITICAL: INGRESS bw usage is at or above 90%", "Switch":"Fretta2","dn":"sys/nbm/show/notify/dom-default/event-[INTF:eth1/35/1-INGRESS]", "TimestampReceived":1591678841912, "Timestamp":1591679167801, "Fabric":"Default_LAN", "status":"created" } |
For 90% bandwidth usage on an egress Link, an AMQP notification is sent.
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.realtime.switch |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "identifier":"INTF:eth1/13/1-EGRESS", "reason":"CRITICAL: EGRESS bw usage is at or above 90%", "Switch":"Fretta2", "dn":"sys/nbm/show/notify/dom-default/event-[INTF:eth1/13/1-EGRESS]", "TimestampReceived":1591678841773, "Timestamp":1591679167793, "Fabric":"Default_LAN", "status":"created" } |
For rate below 60%, an AMQP notification is sent.
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.realtime.switch |
||||||||||||||||||||||||
Redelivered |
○ |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "identifier":"BW:s-129.1.1.2-g-227.1.1.2", "reason":"Rate below 60%", "Switch":"Fretta1", "dn":"sys/nbm/show/notify/dom-default/event-[BW:s-129.1.1.2-g-227.1.1.2]", "TimestampReceived":1591823401202, "Timestamp":1591823728758, “Fabric”:”Default_LAN”, "status":"created" } |
For rate above 100%, an AMQP notification is sent.
Exchange |
DCNMExchange |
||||||||||||||||||||||||
Routing Key |
error.com.cisco.dcnm.event.pmn.realtime.switch |
||||||||||||||||||||||||
Redelivered |
● |
||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Payload |
{ "identifier":"BW:s-129.1.1.2-g-227.1.1.4", "reason":"Rate over 100%", "Switch":"Fretta1", "dn":"sys/nbm/show/notify/dom-default/event-[BW:s-129.1.1.2-g-227.1.1.4]", "TimestampReceived":1591755101289, "Timestamp":1591755428229, "Fabric":"Default_LAN", "status":"created" } |
For information on obtaining documentation, using the Cisco Bug Search Tool (BST), submitting a service request, and gathering additional information, see What’s New in Cisco Product Documentation.
To receive new and revised Cisco technical content directly to your desktop, you can subscribe to the What’s New in Cisco Product Documentation RSS feed. The RSS feeds are a free service.
THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS.
THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY.
The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCB’s public domain version of the UNIX operating system. All rights reserved. Copyright © 1981, Regents of the University of California.
NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED “AS IS” WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE.
IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental.
All printed copies and duplicate soft copies are considered un-Controlled copies and the original on-line version should be referred to for latest version.
Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices.
Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL: www.cisco.com/go/trademarks. Third-party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R)
© 2018-2020 Cisco Systems, Inc. All rights reserved.