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

Diameter Node Parameters

ParameterDescription
<diamNode name>Diameter node name
diamPeerStatusDiameter node peer table entries.
dumpPduPrints incoming/outgoing pdu of this node.
ipInterfaceGroupNameThe 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.
rfCurrentStatisticsThe 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
 > 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;
}
}

  • No labels