cisco_ios_xr_tunnel_vpdn_oper_vpdn_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: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VpdnConfig

type VpdnConfig struct {
	VpnId                *VpdnVpnId `protobuf:"bytes,1,opt,name=vpn_id,json=vpnId,proto3" json:"vpn_id,omitempty"`
	TemplateName         string     `protobuf:"bytes,2,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	VrfName              string     `protobuf:"bytes,3,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	L2TpBusyTimeout      uint32     `protobuf:"varint,4,opt,name=l2tp_busy_timeout,json=l2tpBusyTimeout,proto3" json:"l2tp_busy_timeout,omitempty"`
	TosMode              string     `protobuf:"bytes,5,opt,name=tos_mode,json=tosMode,proto3" json:"tos_mode,omitempty"`
	Tos                  uint32     `protobuf:"varint,6,opt,name=tos,proto3" json:"tos,omitempty"`
	DslLineForwarding    bool       `protobuf:"varint,7,opt,name=dsl_line_forwarding,json=dslLineForwarding,proto3" json:"dsl_line_forwarding,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*VpdnConfig) Descriptor

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

func (*VpdnConfig) GetDslLineForwarding

func (m *VpdnConfig) GetDslLineForwarding() bool

func (*VpdnConfig) GetL2TpBusyTimeout

func (m *VpdnConfig) GetL2TpBusyTimeout() uint32

func (*VpdnConfig) GetTemplateName

func (m *VpdnConfig) GetTemplateName() string

func (*VpdnConfig) GetTos

func (m *VpdnConfig) GetTos() uint32

func (*VpdnConfig) GetTosMode

func (m *VpdnConfig) GetTosMode() string

func (*VpdnConfig) GetVpnId

func (m *VpdnConfig) GetVpnId() *VpdnVpnId

func (*VpdnConfig) GetVrfName

func (m *VpdnConfig) GetVrfName() string

func (*VpdnConfig) ProtoMessage

func (*VpdnConfig) ProtoMessage()

func (*VpdnConfig) Reset

func (m *VpdnConfig) Reset()

func (*VpdnConfig) String

func (m *VpdnConfig) String() string

func (*VpdnConfig) XXX_DiscardUnknown

func (m *VpdnConfig) XXX_DiscardUnknown()

func (*VpdnConfig) XXX_Marshal

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

func (*VpdnConfig) XXX_Merge

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

func (*VpdnConfig) XXX_Size

func (m *VpdnConfig) XXX_Size() int

func (*VpdnConfig) XXX_Unmarshal

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

type VpdnEdmShowSessionBr

type VpdnEdmShowSessionBr struct {
	LastChange           string   `protobuf:"bytes,1,opt,name=last_change,json=lastChange,proto3" json:"last_change,omitempty"`
	InterfaceName        string   `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	Username             string   `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	DomainName           string   `protobuf:"bytes,4,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"`
	State                string   `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	L2TpSessionId        uint32   `protobuf:"varint,6,opt,name=l2tp_session_id,json=l2tpSessionId,proto3" json:"l2tp_session_id,omitempty"`
	L2TpTunnelId         uint32   `protobuf:"varint,7,opt,name=l2tp_tunnel_id,json=l2tpTunnelId,proto3" json:"l2tp_tunnel_id,omitempty"`
	SrgSlave             bool     `protobuf:"varint,8,opt,name=srg_slave,json=srgSlave,proto3" json:"srg_slave,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VpdnEdmShowSessionBr) Descriptor

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

func (*VpdnEdmShowSessionBr) GetDomainName

func (m *VpdnEdmShowSessionBr) GetDomainName() string

func (*VpdnEdmShowSessionBr) GetInterfaceName

func (m *VpdnEdmShowSessionBr) GetInterfaceName() string

func (*VpdnEdmShowSessionBr) GetL2TpSessionId

func (m *VpdnEdmShowSessionBr) GetL2TpSessionId() uint32

func (*VpdnEdmShowSessionBr) GetL2TpTunnelId

func (m *VpdnEdmShowSessionBr) GetL2TpTunnelId() uint32

func (*VpdnEdmShowSessionBr) GetLastChange

func (m *VpdnEdmShowSessionBr) GetLastChange() string

func (*VpdnEdmShowSessionBr) GetSrgSlave

func (m *VpdnEdmShowSessionBr) GetSrgSlave() bool

func (*VpdnEdmShowSessionBr) GetState

func (m *VpdnEdmShowSessionBr) GetState() string

func (*VpdnEdmShowSessionBr) GetUsername

func (m *VpdnEdmShowSessionBr) GetUsername() string

func (*VpdnEdmShowSessionBr) ProtoMessage

func (*VpdnEdmShowSessionBr) ProtoMessage()

func (*VpdnEdmShowSessionBr) Reset

func (m *VpdnEdmShowSessionBr) Reset()

func (*VpdnEdmShowSessionBr) String

func (m *VpdnEdmShowSessionBr) String() string

func (*VpdnEdmShowSessionBr) XXX_DiscardUnknown

func (m *VpdnEdmShowSessionBr) XXX_DiscardUnknown()

func (*VpdnEdmShowSessionBr) XXX_Marshal

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

func (*VpdnEdmShowSessionBr) XXX_Merge

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

func (*VpdnEdmShowSessionBr) XXX_Size

func (m *VpdnEdmShowSessionBr) XXX_Size() int

func (*VpdnEdmShowSessionBr) XXX_Unmarshal

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

type VpdnEdmShowSessionDet

type VpdnEdmShowSessionDet struct {
	Session              *VpdnEdmShowSessionBr `protobuf:"bytes,50,opt,name=session,proto3" json:"session,omitempty"`
	SetupTime            uint32                `protobuf:"varint,51,opt,name=setup_time,json=setupTime,proto3" json:"setup_time,omitempty"`
	ParentInterfaceName  string                `protobuf:"bytes,52,opt,name=parent_interface_name,json=parentInterfaceName,proto3" json:"parent_interface_name,omitempty"`
	L2Tp                 *VpdnL2Tp             `protobuf:"bytes,53,opt,name=l2tp,proto3" json:"l2tp,omitempty"`
	Subscriber           *VpdnSubscriber       `protobuf:"bytes,54,opt,name=subscriber,proto3" json:"subscriber,omitempty"`
	Configuration        *VpdnConfig           `protobuf:"bytes,55,opt,name=configuration,proto3" json:"configuration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*VpdnEdmShowSessionDet) Descriptor

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

func (*VpdnEdmShowSessionDet) GetConfiguration

func (m *VpdnEdmShowSessionDet) GetConfiguration() *VpdnConfig

func (*VpdnEdmShowSessionDet) GetL2Tp

func (m *VpdnEdmShowSessionDet) GetL2Tp() *VpdnL2Tp

func (*VpdnEdmShowSessionDet) GetParentInterfaceName

func (m *VpdnEdmShowSessionDet) GetParentInterfaceName() string

func (*VpdnEdmShowSessionDet) GetSession

func (*VpdnEdmShowSessionDet) GetSetupTime

func (m *VpdnEdmShowSessionDet) GetSetupTime() uint32

func (*VpdnEdmShowSessionDet) GetSubscriber

func (m *VpdnEdmShowSessionDet) GetSubscriber() *VpdnSubscriber

func (*VpdnEdmShowSessionDet) ProtoMessage

func (*VpdnEdmShowSessionDet) ProtoMessage()

func (*VpdnEdmShowSessionDet) Reset

func (m *VpdnEdmShowSessionDet) Reset()

func (*VpdnEdmShowSessionDet) String

func (m *VpdnEdmShowSessionDet) String() string

func (*VpdnEdmShowSessionDet) XXX_DiscardUnknown

func (m *VpdnEdmShowSessionDet) XXX_DiscardUnknown()

func (*VpdnEdmShowSessionDet) XXX_Marshal

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

func (*VpdnEdmShowSessionDet) XXX_Merge

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

func (*VpdnEdmShowSessionDet) XXX_Size

func (m *VpdnEdmShowSessionDet) XXX_Size() int

func (*VpdnEdmShowSessionDet) XXX_Unmarshal

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

type VpdnEdmShowSessionDet_KEYS

type VpdnEdmShowSessionDet_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	SessionLabel         string   `protobuf:"bytes,2,opt,name=session_label,json=sessionLabel,proto3" json:"session_label,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VpdnEdmShowSessionDet_KEYS) Descriptor

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

func (*VpdnEdmShowSessionDet_KEYS) GetNodeName

func (m *VpdnEdmShowSessionDet_KEYS) GetNodeName() string

func (*VpdnEdmShowSessionDet_KEYS) GetSessionLabel

func (m *VpdnEdmShowSessionDet_KEYS) GetSessionLabel() string

func (*VpdnEdmShowSessionDet_KEYS) ProtoMessage

func (*VpdnEdmShowSessionDet_KEYS) ProtoMessage()

func (*VpdnEdmShowSessionDet_KEYS) Reset

func (m *VpdnEdmShowSessionDet_KEYS) Reset()

func (*VpdnEdmShowSessionDet_KEYS) String

func (m *VpdnEdmShowSessionDet_KEYS) String() string

func (*VpdnEdmShowSessionDet_KEYS) XXX_DiscardUnknown

func (m *VpdnEdmShowSessionDet_KEYS) XXX_DiscardUnknown()

func (*VpdnEdmShowSessionDet_KEYS) XXX_Marshal

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

func (*VpdnEdmShowSessionDet_KEYS) XXX_Merge

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

func (*VpdnEdmShowSessionDet_KEYS) XXX_Size

func (m *VpdnEdmShowSessionDet_KEYS) XXX_Size() int

func (*VpdnEdmShowSessionDet_KEYS) XXX_Unmarshal

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

type VpdnL2Tp

type VpdnL2Tp struct {
	LocalEndpoint                 string   `protobuf:"bytes,1,opt,name=local_endpoint,json=localEndpoint,proto3" json:"local_endpoint,omitempty"`
	RemoteEndpoint                string   `protobuf:"bytes,2,opt,name=remote_endpoint,json=remoteEndpoint,proto3" json:"remote_endpoint,omitempty"`
	CallSerialNumber              uint32   `protobuf:"varint,3,opt,name=call_serial_number,json=callSerialNumber,proto3" json:"call_serial_number,omitempty"`
	IsL2TpClassAttributeMaskSet   bool     `` /* 151-byte string literal not displayed */
	LocalTunnelId                 uint32   `protobuf:"varint,5,opt,name=local_tunnel_id,json=localTunnelId,proto3" json:"local_tunnel_id,omitempty"`
	RemoteTunnelId                uint32   `protobuf:"varint,6,opt,name=remote_tunnel_id,json=remoteTunnelId,proto3" json:"remote_tunnel_id,omitempty"`
	LocalSessionId                uint32   `protobuf:"varint,7,opt,name=local_session_id,json=localSessionId,proto3" json:"local_session_id,omitempty"`
	RemoteSessionId               uint32   `protobuf:"varint,8,opt,name=remote_session_id,json=remoteSessionId,proto3" json:"remote_session_id,omitempty"`
	RemotePort                    uint32   `protobuf:"varint,9,opt,name=remote_port,json=remotePort,proto3" json:"remote_port,omitempty"`
	TunnelClientAuthenticationId  string   `` /* 150-byte string literal not displayed */
	TunnelServerAuthenticationId  string   `` /* 150-byte string literal not displayed */
	TunnelAssignmentId            string   `protobuf:"bytes,12,opt,name=tunnel_assignment_id,json=tunnelAssignmentId,proto3" json:"tunnel_assignment_id,omitempty"`
	IsTunnelAuthenticationEnabled bool     `` /* 154-byte string literal not displayed */
	XXX_NoUnkeyedLiteral          struct{} `json:"-"`
	XXX_unrecognized              []byte   `json:"-"`
	XXX_sizecache                 int32    `json:"-"`
}

func (*VpdnL2Tp) Descriptor

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

func (*VpdnL2Tp) GetCallSerialNumber

func (m *VpdnL2Tp) GetCallSerialNumber() uint32

func (*VpdnL2Tp) GetIsL2TpClassAttributeMaskSet

func (m *VpdnL2Tp) GetIsL2TpClassAttributeMaskSet() bool

func (*VpdnL2Tp) GetIsTunnelAuthenticationEnabled

func (m *VpdnL2Tp) GetIsTunnelAuthenticationEnabled() bool

func (*VpdnL2Tp) GetLocalEndpoint

func (m *VpdnL2Tp) GetLocalEndpoint() string

func (*VpdnL2Tp) GetLocalSessionId

func (m *VpdnL2Tp) GetLocalSessionId() uint32

func (*VpdnL2Tp) GetLocalTunnelId

func (m *VpdnL2Tp) GetLocalTunnelId() uint32

func (*VpdnL2Tp) GetRemoteEndpoint

func (m *VpdnL2Tp) GetRemoteEndpoint() string

func (*VpdnL2Tp) GetRemotePort

func (m *VpdnL2Tp) GetRemotePort() uint32

func (*VpdnL2Tp) GetRemoteSessionId

func (m *VpdnL2Tp) GetRemoteSessionId() uint32

func (*VpdnL2Tp) GetRemoteTunnelId

func (m *VpdnL2Tp) GetRemoteTunnelId() uint32

func (*VpdnL2Tp) GetTunnelAssignmentId

func (m *VpdnL2Tp) GetTunnelAssignmentId() string

func (*VpdnL2Tp) GetTunnelClientAuthenticationId

func (m *VpdnL2Tp) GetTunnelClientAuthenticationId() string

func (*VpdnL2Tp) GetTunnelServerAuthenticationId

func (m *VpdnL2Tp) GetTunnelServerAuthenticationId() string

func (*VpdnL2Tp) ProtoMessage

func (*VpdnL2Tp) ProtoMessage()

func (*VpdnL2Tp) Reset

func (m *VpdnL2Tp) Reset()

func (*VpdnL2Tp) String

func (m *VpdnL2Tp) String() string

func (*VpdnL2Tp) XXX_DiscardUnknown

func (m *VpdnL2Tp) XXX_DiscardUnknown()

func (*VpdnL2Tp) XXX_Marshal

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

func (*VpdnL2Tp) XXX_Merge

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

func (*VpdnL2Tp) XXX_Size

func (m *VpdnL2Tp) XXX_Size() int

func (*VpdnL2Tp) XXX_Unmarshal

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

type VpdnSubscriber

type VpdnSubscriber struct {
	NasPortIdVal         string   `protobuf:"bytes,1,opt,name=nas_port_id_val,json=nasPortIdVal,proto3" json:"nas_port_id_val,omitempty"`
	NasPortType          string   `protobuf:"bytes,2,opt,name=nas_port_type,json=nasPortType,proto3" json:"nas_port_type,omitempty"`
	PhysicalChannelId    uint32   `protobuf:"varint,3,opt,name=physical_channel_id,json=physicalChannelId,proto3" json:"physical_channel_id,omitempty"`
	ReceiveConnectSpeed  uint64   `protobuf:"varint,4,opt,name=receive_connect_speed,json=receiveConnectSpeed,proto3" json:"receive_connect_speed,omitempty"`
	TransmitConnectSpeed uint64   `protobuf:"varint,5,opt,name=transmit_connect_speed,json=transmitConnectSpeed,proto3" json:"transmit_connect_speed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VpdnSubscriber) Descriptor

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

func (*VpdnSubscriber) GetNasPortIdVal

func (m *VpdnSubscriber) GetNasPortIdVal() string

func (*VpdnSubscriber) GetNasPortType

func (m *VpdnSubscriber) GetNasPortType() string

func (*VpdnSubscriber) GetPhysicalChannelId

func (m *VpdnSubscriber) GetPhysicalChannelId() uint32

func (*VpdnSubscriber) GetReceiveConnectSpeed

func (m *VpdnSubscriber) GetReceiveConnectSpeed() uint64

func (*VpdnSubscriber) GetTransmitConnectSpeed

func (m *VpdnSubscriber) GetTransmitConnectSpeed() uint64

func (*VpdnSubscriber) ProtoMessage

func (*VpdnSubscriber) ProtoMessage()

func (*VpdnSubscriber) Reset

func (m *VpdnSubscriber) Reset()

func (*VpdnSubscriber) String

func (m *VpdnSubscriber) String() string

func (*VpdnSubscriber) XXX_DiscardUnknown

func (m *VpdnSubscriber) XXX_DiscardUnknown()

func (*VpdnSubscriber) XXX_Marshal

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

func (*VpdnSubscriber) XXX_Merge

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

func (*VpdnSubscriber) XXX_Size

func (m *VpdnSubscriber) XXX_Size() int

func (*VpdnSubscriber) XXX_Unmarshal

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

type VpdnVpnId

type VpdnVpnId struct {
	Oui                  uint32   `protobuf:"varint,1,opt,name=oui,proto3" json:"oui,omitempty"`
	Index                uint32   `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VpdnVpnId) Descriptor

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

func (*VpdnVpnId) GetIndex

func (m *VpdnVpnId) GetIndex() uint32

func (*VpdnVpnId) GetOui

func (m *VpdnVpnId) GetOui() uint32

func (*VpdnVpnId) ProtoMessage

func (*VpdnVpnId) ProtoMessage()

func (*VpdnVpnId) Reset

func (m *VpdnVpnId) Reset()

func (*VpdnVpnId) String

func (m *VpdnVpnId) String() string

func (*VpdnVpnId) XXX_DiscardUnknown

func (m *VpdnVpnId) XXX_DiscardUnknown()

func (*VpdnVpnId) XXX_Marshal

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

func (*VpdnVpnId) XXX_Merge

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

func (*VpdnVpnId) XXX_Size

func (m *VpdnVpnId) XXX_Size() int

func (*VpdnVpnId) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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