aaa_diameter_oper

package
v0.0.0-...-fac1166 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

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 Peer

type Peer string

Peer represents Peer type values

const (
	// Peer not defined
	Peer_undefined Peer = "undefined"

	// Server type
	Peer_server Peer = "server"
)

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"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL