| Trees | Indices | Help |
|---|
|
|
object --+
|
base.AxObject --+
|
VirtualInterface
Implementation of the aXAPI network.ve.* method to
manage the virtual interface configuration as getAll/get/set/ipv4.add/ipv4.delete/ipv6.add/ipv6.delete.
Usage:
# ve with options:
# port_num (required) virtual interface number
# name virtual interface name
# status virtual interface status, disabled(0) or enabled(1)
# normal_rate icmp normal rate limit, if option is set, icmp rate limit is enabled,
# if option is not set, icmp rate limit is disabled on this virtual port.
# lookup_rate icmp lookup rate.
# lookup_period icmp lookup period.
# ipv4_addr_list tag of IPv4 address list.
# ipv4_addr IPv4 address
# ipv4_mask IPv4 mask
# ipv4_acl IPv4 access list
# ipv6_addr_list tag of IPv6 address list
# ipv6_addr IPv6 address
# ipv6_prefix_len IPv6 prefix length
# ipv6_is_any_cast_addr any cast status of address, enabled (1), disabled (0)
# ipv6_auto_link_local automatic link local status, enabled(1), disabled(0)
# ipv6_link_loal_cfg tag of manual IPv6 link local address.
# ipv6_link_local_addr IPv6 link local address
# ipv6_link_local_prefix_len the prefix length of this IPv6 address
# ipv6_link_local_is_any_cast any cast status of address. Enabled (1), disabled (0)
# ipv6_acl IPv6 access name
# allow_promiscuous_vip status, enabled (1), disabled (0)
# tcp_sync_cookie TCP sync cookie status, enabled (1), disabled (0)
# Example:
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
__display__ =
|
|||
__obj_name__ =
|
|||
__xml_convrt__ =
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
method: network.ve.get Get the interface configuration by given port number.
|
|
|||
__xml_convrt__
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 27 11:20:20 2013 | http://epydoc.sourceforge.net |