Documentation
¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR aaa-diameter package operational data.
This YANG module augments the
Cisco-IOS-XR-aaa-locald-oper
module with state data.
Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisconnectCause ¶
type DisconnectCause string
DisconnectCause represents Disconnect cause values
const ( // Disconnect caused by reboot DisconnectCause_reboot DisconnectCause = "reboot" // Disconnect due to server busy DisconnectCause_busy DisconnectCause = "busy" // Disconnect as server does not want to talk DisconnectCause_do_not_wait_to_talk DisconnectCause = "do-not-wait-to-talk" )
type PeerStateValue ¶
type PeerStateValue string
PeerStateValue represents Peer State Values
const ( // No Peer states PeerStateValue_state_none PeerStateValue = "state-none" // Peer closed PeerStateValue_closed PeerStateValue = "closed" // Waiting for ACK PeerStateValue_wait_connection_ack PeerStateValue = "wait-connection-ack" // Waiting for CEA PeerStateValue_wait_cea PeerStateValue = "wait-cea" // Peer open PeerStateValue_state_open PeerStateValue = "state-open" // Peer closed PeerStateValue_closing PeerStateValue = "closing" // Peer in suspect state PeerStateValue_suspect PeerStateValue = "suspect" )
type ProtocolTypeValue ¶
type ProtocolTypeValue string
ProtocolTypeValue represents Protocol type values
const ( // No protocol used ProtocolTypeValue_protocol_none ProtocolTypeValue = "protocol-none" // TCP protocol ProtocolTypeValue_tcp ProtocolTypeValue = "tcp" )
type SecurityTypeValue ¶
type SecurityTypeValue string
SecurityTypeValue represents Security type values
const ( // No security type SecurityTypeValue_security_type_none SecurityTypeValue = "security-type-none" // TLS security SecurityTypeValue_type_ SecurityTypeValue = "type" // IPSEC security SecurityTypeValue_ipsec SecurityTypeValue = "ipsec" )
type WhoInitiatedDisconnect ¶
type WhoInitiatedDisconnect string
WhoInitiatedDisconnect represents Who initiated to disconnect
const ( // None WhoInitiatedDisconnect_none WhoInitiatedDisconnect = "none" // Disconnected by host WhoInitiatedDisconnect_host WhoInitiatedDisconnect = "host" // Disconnected by peer WhoInitiatedDisconnect_peer WhoInitiatedDisconnect = "peer" )
Click to show internal directories.
Click to hide internal directories.