cisco_ios_xr_tunnel_l2tun_oper_l2tp_nodes_node_sessions_session

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-tunnel-l2tun-oper:l2tp/nodes/node/sessions/session

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2TpSessionInfo

type L2TpSessionInfo struct {
	LocalIpAddress              string      `protobuf:"bytes,50,opt,name=local_ip_address,json=localIpAddress,proto3" json:"local_ip_address,omitempty"`
	RemoteIpAddress             string      `protobuf:"bytes,51,opt,name=remote_ip_address,json=remoteIpAddress,proto3" json:"remote_ip_address,omitempty"`
	L2TpShSessUdpLport          uint32      `protobuf:"varint,52,opt,name=l2tp_sh_sess_udp_lport,json=l2tpShSessUdpLport,proto3" json:"l2tp_sh_sess_udp_lport,omitempty"`
	L2TpShSessUdpRport          uint32      `protobuf:"varint,53,opt,name=l2tp_sh_sess_udp_rport,json=l2tpShSessUdpRport,proto3" json:"l2tp_sh_sess_udp_rport,omitempty"`
	Protocol                    uint32      `protobuf:"varint,54,opt,name=protocol,proto3" json:"protocol,omitempty"`
	RemoteTunnelId              uint32      `protobuf:"varint,55,opt,name=remote_tunnel_id,json=remoteTunnelId,proto3" json:"remote_tunnel_id,omitempty"`
	CallSerialNumber            uint32      `protobuf:"varint,56,opt,name=call_serial_number,json=callSerialNumber,proto3" json:"call_serial_number,omitempty"`
	LocalTunnelName             string      `protobuf:"bytes,57,opt,name=local_tunnel_name,json=localTunnelName,proto3" json:"local_tunnel_name,omitempty"`
	RemoteTunnelName            string      `protobuf:"bytes,58,opt,name=remote_tunnel_name,json=remoteTunnelName,proto3" json:"remote_tunnel_name,omitempty"`
	RemoteSessionId             uint32      `protobuf:"varint,59,opt,name=remote_session_id,json=remoteSessionId,proto3" json:"remote_session_id,omitempty"`
	L2TpShSessTieBreakerEnabled uint32      `` /* 152-byte string literal not displayed */
	L2TpShSessTieBreaker        uint64      `` /* 129-byte string literal not displayed */
	IsSessionManual             bool        `protobuf:"varint,62,opt,name=is_session_manual,json=isSessionManual,proto3" json:"is_session_manual,omitempty"`
	IsSessionUp                 bool        `protobuf:"varint,63,opt,name=is_session_up,json=isSessionUp,proto3" json:"is_session_up,omitempty"`
	IsUdpChecksumEnabled        bool        `` /* 127-byte string literal not displayed */
	IsSequencingOn              bool        `protobuf:"varint,65,opt,name=is_sequencing_on,json=isSequencingOn,proto3" json:"is_sequencing_on,omitempty"`
	IsSessionStateEstablished   bool        `` /* 142-byte string literal not displayed */
	IsSessionLocallyInitiated   bool        `` /* 142-byte string literal not displayed */
	IsConditionalDebugEnabled   bool        `` /* 142-byte string literal not displayed */
	UniqueId                    uint32      `protobuf:"varint,69,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	InterfaceName               string      `protobuf:"bytes,70,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	SessionApplicationData      *SessionApp `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral        struct{}    `json:"-"`
	XXX_unrecognized            []byte      `json:"-"`
	XXX_sizecache               int32       `json:"-"`
}

func (*L2TpSessionInfo) Descriptor

func (*L2TpSessionInfo) Descriptor() ([]byte, []int)

func (*L2TpSessionInfo) GetCallSerialNumber

func (m *L2TpSessionInfo) GetCallSerialNumber() uint32

func (*L2TpSessionInfo) GetInterfaceName

func (m *L2TpSessionInfo) GetInterfaceName() string

func (*L2TpSessionInfo) GetIsConditionalDebugEnabled

func (m *L2TpSessionInfo) GetIsConditionalDebugEnabled() bool

func (*L2TpSessionInfo) GetIsSequencingOn

func (m *L2TpSessionInfo) GetIsSequencingOn() bool

func (*L2TpSessionInfo) GetIsSessionLocallyInitiated

func (m *L2TpSessionInfo) GetIsSessionLocallyInitiated() bool

func (*L2TpSessionInfo) GetIsSessionManual

func (m *L2TpSessionInfo) GetIsSessionManual() bool

func (*L2TpSessionInfo) GetIsSessionStateEstablished

func (m *L2TpSessionInfo) GetIsSessionStateEstablished() bool

func (*L2TpSessionInfo) GetIsSessionUp

func (m *L2TpSessionInfo) GetIsSessionUp() bool

func (*L2TpSessionInfo) GetIsUdpChecksumEnabled

func (m *L2TpSessionInfo) GetIsUdpChecksumEnabled() bool

func (*L2TpSessionInfo) GetL2TpShSessTieBreaker

func (m *L2TpSessionInfo) GetL2TpShSessTieBreaker() uint64

func (*L2TpSessionInfo) GetL2TpShSessTieBreakerEnabled

func (m *L2TpSessionInfo) GetL2TpShSessTieBreakerEnabled() uint32

func (*L2TpSessionInfo) GetL2TpShSessUdpLport

func (m *L2TpSessionInfo) GetL2TpShSessUdpLport() uint32

func (*L2TpSessionInfo) GetL2TpShSessUdpRport

func (m *L2TpSessionInfo) GetL2TpShSessUdpRport() uint32

func (*L2TpSessionInfo) GetLocalIpAddress

func (m *L2TpSessionInfo) GetLocalIpAddress() string

func (*L2TpSessionInfo) GetLocalTunnelName

func (m *L2TpSessionInfo) GetLocalTunnelName() string

func (*L2TpSessionInfo) GetProtocol

func (m *L2TpSessionInfo) GetProtocol() uint32

func (*L2TpSessionInfo) GetRemoteIpAddress

func (m *L2TpSessionInfo) GetRemoteIpAddress() string

func (*L2TpSessionInfo) GetRemoteSessionId

func (m *L2TpSessionInfo) GetRemoteSessionId() uint32

func (*L2TpSessionInfo) GetRemoteTunnelId

func (m *L2TpSessionInfo) GetRemoteTunnelId() uint32

func (*L2TpSessionInfo) GetRemoteTunnelName

func (m *L2TpSessionInfo) GetRemoteTunnelName() string

func (*L2TpSessionInfo) GetSessionApplicationData

func (m *L2TpSessionInfo) GetSessionApplicationData() *SessionApp

func (*L2TpSessionInfo) GetUniqueId

func (m *L2TpSessionInfo) GetUniqueId() uint32

func (*L2TpSessionInfo) ProtoMessage

func (*L2TpSessionInfo) ProtoMessage()

func (*L2TpSessionInfo) Reset

func (m *L2TpSessionInfo) Reset()

func (*L2TpSessionInfo) String

func (m *L2TpSessionInfo) String() string

func (*L2TpSessionInfo) XXX_DiscardUnknown

func (m *L2TpSessionInfo) XXX_DiscardUnknown()

func (*L2TpSessionInfo) XXX_Marshal

func (m *L2TpSessionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*L2TpSessionInfo) XXX_Merge

func (m *L2TpSessionInfo) XXX_Merge(src proto.Message)

func (*L2TpSessionInfo) XXX_Size

func (m *L2TpSessionInfo) XXX_Size() int

func (*L2TpSessionInfo) XXX_Unmarshal

func (m *L2TpSessionInfo) XXX_Unmarshal(b []byte) error

type L2TpSessionInfo_KEYS

type L2TpSessionInfo_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	LocalTunnelId        uint32   `protobuf:"varint,2,opt,name=local_tunnel_id,json=localTunnelId,proto3" json:"local_tunnel_id,omitempty"`
	LocalSessionId       uint32   `protobuf:"varint,3,opt,name=local_session_id,json=localSessionId,proto3" json:"local_session_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2TpSessionInfo_KEYS) Descriptor

func (*L2TpSessionInfo_KEYS) Descriptor() ([]byte, []int)

func (*L2TpSessionInfo_KEYS) GetLocalSessionId

func (m *L2TpSessionInfo_KEYS) GetLocalSessionId() uint32

func (*L2TpSessionInfo_KEYS) GetLocalTunnelId

func (m *L2TpSessionInfo_KEYS) GetLocalTunnelId() uint32

func (*L2TpSessionInfo_KEYS) GetNodeName

func (m *L2TpSessionInfo_KEYS) GetNodeName() string

func (*L2TpSessionInfo_KEYS) ProtoMessage

func (*L2TpSessionInfo_KEYS) ProtoMessage()

func (*L2TpSessionInfo_KEYS) Reset

func (m *L2TpSessionInfo_KEYS) Reset()

func (*L2TpSessionInfo_KEYS) String

func (m *L2TpSessionInfo_KEYS) String() string

func (*L2TpSessionInfo_KEYS) XXX_DiscardUnknown

func (m *L2TpSessionInfo_KEYS) XXX_DiscardUnknown()

func (*L2TpSessionInfo_KEYS) XXX_Marshal

func (m *L2TpSessionInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*L2TpSessionInfo_KEYS) XXX_Merge

func (m *L2TpSessionInfo_KEYS) XXX_Merge(src proto.Message)

func (*L2TpSessionInfo_KEYS) XXX_Size

func (m *L2TpSessionInfo_KEYS) XXX_Size() int

func (*L2TpSessionInfo_KEYS) XXX_Unmarshal

func (m *L2TpSessionInfo_KEYS) XXX_Unmarshal(b []byte) error

type L2TpSessionVpdn

type L2TpSessionVpdn struct {
	Username             string   `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	InterfaceName        string   `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2TpSessionVpdn) Descriptor

func (*L2TpSessionVpdn) Descriptor() ([]byte, []int)

func (*L2TpSessionVpdn) GetInterfaceName

func (m *L2TpSessionVpdn) GetInterfaceName() string

func (*L2TpSessionVpdn) GetUsername

func (m *L2TpSessionVpdn) GetUsername() string

func (*L2TpSessionVpdn) ProtoMessage

func (*L2TpSessionVpdn) ProtoMessage()

func (*L2TpSessionVpdn) Reset

func (m *L2TpSessionVpdn) Reset()

func (*L2TpSessionVpdn) String

func (m *L2TpSessionVpdn) String() string

func (*L2TpSessionVpdn) XXX_DiscardUnknown

func (m *L2TpSessionVpdn) XXX_DiscardUnknown()

func (*L2TpSessionVpdn) XXX_Marshal

func (m *L2TpSessionVpdn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*L2TpSessionVpdn) XXX_Merge

func (m *L2TpSessionVpdn) XXX_Merge(src proto.Message)

func (*L2TpSessionVpdn) XXX_Size

func (m *L2TpSessionVpdn) XXX_Size() int

func (*L2TpSessionVpdn) XXX_Unmarshal

func (m *L2TpSessionVpdn) XXX_Unmarshal(b []byte) error

type L2TpSessionXconnect

type L2TpSessionXconnect struct {
	CircuitName            string   `protobuf:"bytes,1,opt,name=circuit_name,json=circuitName,proto3" json:"circuit_name,omitempty"`
	SessionvcId            uint32   `protobuf:"varint,2,opt,name=sessionvc_id,json=sessionvcId,proto3" json:"sessionvc_id,omitempty"`
	IsCircuitStateUp       bool     `protobuf:"varint,3,opt,name=is_circuit_state_up,json=isCircuitStateUp,proto3" json:"is_circuit_state_up,omitempty"`
	IsLocalCircuitStateUp  bool     `` /* 131-byte string literal not displayed */
	IsRemoteCircuitStateUp bool     `` /* 134-byte string literal not displayed */
	Ipv6ProtocolTunneling  bool     `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*L2TpSessionXconnect) Descriptor

func (*L2TpSessionXconnect) Descriptor() ([]byte, []int)

func (*L2TpSessionXconnect) GetCircuitName

func (m *L2TpSessionXconnect) GetCircuitName() string

func (*L2TpSessionXconnect) GetIpv6ProtocolTunneling

func (m *L2TpSessionXconnect) GetIpv6ProtocolTunneling() bool

func (*L2TpSessionXconnect) GetIsCircuitStateUp

func (m *L2TpSessionXconnect) GetIsCircuitStateUp() bool

func (*L2TpSessionXconnect) GetIsLocalCircuitStateUp

func (m *L2TpSessionXconnect) GetIsLocalCircuitStateUp() bool

func (*L2TpSessionXconnect) GetIsRemoteCircuitStateUp

func (m *L2TpSessionXconnect) GetIsRemoteCircuitStateUp() bool

func (*L2TpSessionXconnect) GetSessionvcId

func (m *L2TpSessionXconnect) GetSessionvcId() uint32

func (*L2TpSessionXconnect) ProtoMessage

func (*L2TpSessionXconnect) ProtoMessage()

func (*L2TpSessionXconnect) Reset

func (m *L2TpSessionXconnect) Reset()

func (*L2TpSessionXconnect) String

func (m *L2TpSessionXconnect) String() string

func (*L2TpSessionXconnect) XXX_DiscardUnknown

func (m *L2TpSessionXconnect) XXX_DiscardUnknown()

func (*L2TpSessionXconnect) XXX_Marshal

func (m *L2TpSessionXconnect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*L2TpSessionXconnect) XXX_Merge

func (m *L2TpSessionXconnect) XXX_Merge(src proto.Message)

func (*L2TpSessionXconnect) XXX_Size

func (m *L2TpSessionXconnect) XXX_Size() int

func (*L2TpSessionXconnect) XXX_Unmarshal

func (m *L2TpSessionXconnect) XXX_Unmarshal(b []byte) error

type SessionApp

type SessionApp struct {
	L2TpShSessAppType    uint32               `protobuf:"varint,1,opt,name=l2tp_sh_sess_app_type,json=l2tpShSessAppType,proto3" json:"l2tp_sh_sess_app_type,omitempty"`
	Xconnect             *L2TpSessionXconnect `protobuf:"bytes,2,opt,name=xconnect,proto3" json:"xconnect,omitempty"`
	Vpdn                 *L2TpSessionVpdn     `protobuf:"bytes,3,opt,name=vpdn,proto3" json:"vpdn,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SessionApp) Descriptor

func (*SessionApp) Descriptor() ([]byte, []int)

func (*SessionApp) GetL2TpShSessAppType

func (m *SessionApp) GetL2TpShSessAppType() uint32

func (*SessionApp) GetVpdn

func (m *SessionApp) GetVpdn() *L2TpSessionVpdn

func (*SessionApp) GetXconnect

func (m *SessionApp) GetXconnect() *L2TpSessionXconnect

func (*SessionApp) ProtoMessage

func (*SessionApp) ProtoMessage()

func (*SessionApp) Reset

func (m *SessionApp) Reset()

func (*SessionApp) String

func (m *SessionApp) String() string

func (*SessionApp) XXX_DiscardUnknown

func (m *SessionApp) XXX_DiscardUnknown()

func (*SessionApp) XXX_Marshal

func (m *SessionApp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SessionApp) XXX_Merge

func (m *SessionApp) XXX_Merge(src proto.Message)

func (*SessionApp) XXX_Size

func (m *SessionApp) XXX_Size() int

func (*SessionApp) XXX_Unmarshal

func (m *SessionApp) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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