Home | Trees | Indices | Help |
|
---|
|
Tunnel Interface
Class Methods | |
Inherited from |
Class Variables | |
IPSEC_MODE_IPV4 = 1
|
|
IPSEC_MODE_IPV6 = 2
|
|
tunnel_source_ip = property(_get_source_ip, _set_source_ip, _d
|
|
tunnel_source_intf = property(_get_source_intf, _set_source_in
|
|
tunnel_destination_ip = property(_get_dest_ip, _set_dest_ip, _
|
|
ipsec_mode = property(_get_ipsec_mode, _set_ipsec_mode, _del_i
|
|
ipsec_profile = property(_get_ipsec_profile, _set_ipsec_profil
|
|
ike_profile = property(_get_ike_profile, _set_ike_profile, _de
|
|
mtu = property(_get_mtu, _set_mtu, _del_mtu, _doc_mtu)
|
|
ip_address = property(_get_ip_address, _set_ip_address, _del_i
|
|
ip_unnumbered = property(_get_ip_unnumbered, _set_ip_unnumbere
|
|
Inherited from |
Properties | |
Inherited from |
Method Details |
Tunnel Interface class constructor. Keyword arguments: element -- NetworkElement class - must be connected to element name -- string - interface name - Default: 'Tunnel' type -- NetworkInterface.Interfacetype - Default: TUNNEL xoshandle -- int - ID for managing API calls to IOS Default: None tunnel_id -- int - Tunnel interface number Default: None
|
Gets the configuration of the NetworkInterface. The software property comes from the configuration of the NetworkInterface, which might be changed during its session of life via configuration. The configuration is refreshed on every invocation.
|
Gets a list of IP addresses (IPv4 or IPv6) associated with this
|
Class Variable Details |
tunnel_source_ip
|
tunnel_source_intf
|
tunnel_destination_ip
|
ipsec_mode
|
ipsec_profile
|
ike_profile
|
ip_address
|
ip_unnumbered
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:30 2014 | http://epydoc.sourceforge.net |