Command Syntax
> show status addressContext <addressContext_name> diamNode <diamNode name>
diamPeerStatus
dumpPdu
ipInterfaceGroupName
ipV4Address
ipV6Address
originRealm
peer
primaryOriginHost
realmRoute
rfCurrentStatistics
rfIntervalStatistics
secondaryOriginHost
state
transactionTimeouts
Command Parameters
Parameter | Description |
---|
<diamNode name> | Diameter node name |
diamPeerStatus | Diameter node peer table entries. |
dumpPdu | Prints incoming/outgoing pdu of this node. |
ipInterfaceGroupName | The name of the IP interface group used by this node. |
ipV4Address | IPv4 address used to create connections towards Peer. |
ipV6Address | IPv6 address used to create connections towards Peer. |
originRealm | The Diameter node identity (FQDN) of the origin realm. |
peer | The Diameter Peers for this node. |
primaryOriginHost | Primary Origin Host for this node. |
realmRoute | Realm Routes for this Node. |
rfCurrentStatistics | The Diameter Node current Rf statistics. |
rfIntervalStatistics | The Diameter Node interval Rf statistics. |
secondaryOriginHost | Secondary Origin Host for this node. |
state | Administrative state of this node. |
transactionTimeout
| Transaction timeout in milliseconds. |
Command Example
> show status addressContext defaultAddressContext diamNode diamPeerStatus
diamNode MyNode {
peer MyPeer;
diamPeerStatus MyPeer 1 {
realm example.net;
fqdnseagullPeer.example.net;
ipAddress 10.11.12.13;
portNum 3868;
dnsZoneId -1;
connState close;
ttl 0;
dnsStatus not-applicable;
}
}