Class AggregateEthernetInterface
-
EthernetInterface
uses
InterfaceType,
XmlConvertible,
PathableName,
ReferenceableObject,
ObjectWithDescription
-
AggregateEthernetInterface
Located at network-classes/AggregateEthernetInterface.php
Methods summary
public
|
|
public
|
|
Methods inherited from EthernetInterface
API_addIPv4Address(),
API_addSubInterface(),
API_removeIPv4Address(),
__construct(),
addIPv4Address(),
addIPv6Address(),
addSubInterface(),
ae(),
countSubInterfaces(),
getLayer3IPAddresses(),
getLayer3IPv4Addresses(),
getLayer3IPv6Addresses(),
getXPath(),
isSubInterface(),
load_from_domxml(),
load_sub_from_domxml(),
removeIPv4Address(),
setAE(),
setName(),
setTag(),
subIfNumber(),
subInterfaces(),
tag(),
type()
|
Methods used from ReferenceableObject
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
()
|
Properties summary
public
string
|
$type |
'aggregate' |
|
public static
string
|
$templatexml |
'<entry name="**temporarynamechangeme**">
<layer3>
<ipv6>
<neighbor-discovery>
<router-advertisement>
<enable>no</enable>
</router-advertisement>
</neighbor-discovery>
</ipv6>
<ndp-proxy>
<enabled>no</enabled>
</ndp-proxy>
<lldp>
<enable>no</enable>
</lldp>
<ip></ip>
</layer3>
</entry>' |
|
Properties inherited from EthernetInterface
$ae,
$isSubInterface,
$l3ipv4Addresses,
$l3ipv6Addresses,
$owner,
$parentInterface,
$subInterfaces,
$supportedTypes,
$tag,
$templatexmlae,
$templatexmll2,
$templatexmlsub,
$templatexmlsubl3,
$templatexmlvw
|