Package onep :: Package interfaces :: Module InterfaceConfig :: Class TunnelInterfaceConfig
[frames] | no frames]

Class TunnelInterfaceConfig


Tunnel interface for network element

Instance Methods
 
__init__(self, encap, unidir_mode, mtu, rx_bandwidth, tx_bandwidth, snmp_index, islayer2, display_name, mac_address, description, ip_redirect, ip_unreachable, ip_proxy_arp, ip_unicast_reverse_path, vrf, tunnel_id=None, source_ip=None, dest_ip=None, ipsec_mode=None, ipsec_profile=None, ike_profile=None, speed=None, duplex=None, duplex_conf=None, fwdClassID=None, flow_control=None, auto_neg=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__str__(self)
Returns the configuration in string format.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables

Inherited from InterfaceConfig: Encap, SwitchportMode, UnidirMode

Instance Variables

Inherited from InterfaceConfig: description, display_name, encap, islayer2, mac_address, mtu, rx_bandwidth, snmp_index, tx_bandwidth, undir_mode

Properties

Inherited from object: __class__

Method Details

__init__(self, encap, unidir_mode, mtu, rx_bandwidth, tx_bandwidth, snmp_index, islayer2, display_name, mac_address, description, ip_redirect, ip_unreachable, ip_proxy_arp, ip_unicast_reverse_path, vrf, tunnel_id=None, source_ip=None, dest_ip=None, ipsec_mode=None, ipsec_profile=None, ike_profile=None, speed=None, duplex=None, duplex_conf=None, fwdClassID=None, flow_control=None, auto_neg=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

Returns the configuration in string format.

Overrides: object.__str__
(inherited documentation)