| Overview | Package | Class | Deprecated | Help |
| Properties | |
|---|---|
| adminLinkLocalAddr |
Indicates the current link local IP address of this virtual router interface.
type=InetAddress default=0:0:0:0:0:0:0:0 Displayed(tab/group)=Admin Link Local Address |
| adminLinkLocalAddrType |
Specifies the current IP address type of the link local address of this virtual router interface.
type=rtr.InetAddressType access=read-create default=ipv6 |
| adminLinkLocalAddrTypeWithZoneIndex |
Specifies the IP address type of the link local address of this virtual router interface.
type=rtr.InetAddressType access=read-create default=unknown |
| adminLinkLocalAddrWithZoneIndex |
The link local IP address of this virtual router interface.
type=InetAddress default= Displayed(tab/group)=Admin Link Local Address |
| allowMultipleWANAddresses |
Specifies if multiple wan addresses from multiple sources are allowed, or if the second addresses are rejected.
type=boolean default=false Displayed(tab/group)=Allow Multiple WAN Addresses (/IPv6 Options) |
| allowUnMatchingPrefixes |
The value of allowUnMatchingPrefixes specifies if subscriber hosts with a prefix that
does not match any of the prefixes configured on this interface, are allowed.
type=boolean default=false Displayed(tab/group)=IPv6 Allow Unmatching Prefixes (/IPv6 Options) |
| allowUnmatchedSubnets |
Specifies if subscriber hosts with a subnet that does not match any of the subnets configured on this interface, are allowed.
type=boolean default=false Displayed(tab/group)=Allow Unmatched Subnets |
| defaultPrimaryDnsIPv4Addr |
Specifies the IPv4 address of the default primary DNS server for the subscribers using this
interface.
Subscribers that cannot obtain an IPv4 DNS server address by other means, can use this for DNS
name resolution.
type=InetAddress default=0.0.0.0 |
| defaultPrimaryDnsIPv6Addr |
Specifies the IPv6 address of the default primary DNS server for the subscribers using this
interface.
Subscribers that cannot obtain an IPv6 DNS server address by other means, can use this for DNS
name resolution.
type=InetAddress default=0:0:0:0:0:0:0:0 Displayed(tab/group)=Default Primary IPv6 DNS Server Address (/IPv6 Options) |
| defaultSecondaryDnsIPv4Addr |
Specifies the IPv4 address of the default secondary DNS server for the subscribers using this
interface.
Subscribers that cannot obtain an IPv4 DNS server address by other means, can use this for DNS
name resolution.
type=InetAddress default=0.0.0.0 |
| defaultSecondaryDnsIPv6Addr |
Specifies the IPv6 address of the default secondary DNS server for the subscribers using this
interface.
Subscribers that cannot obtain an IPv6 DNS server address by other means, can use this for DNS
name resolution.
type=InetAddress default=0:0:0:0:0:0:0:0 Displayed(tab/group)=Default Secondary IPv6 DNS Server Address (/IPv6 Options) |
| delaySeconds |
The value of delaySeconds specifies the time in seconds
that is used to bring up the interface. In other words, the value of delaySeconds
indicates the hold down time before the interface is coming up.
When interface comes up, it will not become operational until after the specified delay.
type=int default=0 minimum=0 maximum=65535 units=seconds Displayed(tab/group)=IPv4 Hold Down Period (/DHCP Server Synchronization) |
| delayUpTimer |
The value of delayUpTimer indicates the time left before the
interface comes up when delaySeconds is configured to a
non-zero value. From SR 14.0.R1, the value of delayUpTimer also indicates
the time left before the interface goes down when delayedDownPeriod is configured to a
non-zero value.
type=int access=read-only default=-1 minimum=-1 maximum=65535 units=seconds Displayed(tab/group)=IPv4 Delayed Timer (/DHCP Server Synchronization) |
| delayedDownPeriod |
The value of delayedDownPeriod specifies the time in seconds
that is used to bring down the interface. In other words, the value of delayedDownPeriod
indicates the hold up time before the interface is going down.
type=long default=0 minimum=0 maximum=1200 units=seconds Displayed(tab/group)=IPv4 Hold Up Period (/DHCP Server Synchronization) |
| delayedDownPeriodIpv6 |
The value of delayedDownPeriod specifies the time in seconds
that is used to bring down the IPv6 interface. In other words, the value of delayedDownPeriodIpv6
indicates the hold up time before the interface is going down.
type=long default=0 minimum=0 maximum=1200 units=seconds Displayed(tab/group)=IPv6 Hold Up Period (/DHCP Server Synchronization) |
| delayedTimerIpv6 |
The value of delayedTimerIpv6 indicates the time left before
the interface comes up or goes down, depending on the ongoing
transition state of the interface.
type=long access=read-only default=-1 minimum=-1 maximum=1200 units=seconds Displayed(tab/group)=IPv6 Delayed Timer (/DHCP Server Synchronization) |
| delayedUpPeriodIpv6 |
The value of delayedUpSeconds specifies the time in seconds
that is used to bring up the IPv6 interface. In other words, the value of delayedUpPeriodIpv6
indicates the hold down time before the interface is coming up.
When interface comes up, it will not become operational until
after the specified delay.
type=long default=0 minimum=0 maximum=1200 units=seconds Displayed(tab/group)=IPv6 Hold Down Period (/DHCP Server Synchronization) |
| delegatedPrefixLength |
The value of delegatedPrefixLength specifies the number of bits that
can be allocated to a Delegated Prefix for IPv6. A value of zero indicates a variable length.
type=int default=64 minimum=48 maximum=64 Displayed(tab/group)=IPv6 Delegated Prefix Length (/IPv6 Options) |
| exportHostRoutes |
Specifies whether this routed VPLS interface is to be used as a E-VPN tunnel.
An 'inconsistentValue' error is returned if this object is set to 'true' when
VPLS is set to default value.
type=boolean default=false |
| iPv6Dhcp6PDManagedRouteNH |
Specifies the type of nexthop for the pd-managed-route.
type=service.PdManagedRouteNH default=ipv6 |
| initDelayEnable |
When the value initDelayEnable is set to 'false', everytime the system attempts to bring the interface operationally up,
it will be delayed by the value of delayedUpPeriod.
When the value initDelayEnable is set to 'true', only the next time the system attempts to bring the interface operationally up,
it will be delayed by the value of delayedUpPeriod.
type=boolean default=false Displayed(tab/group)=IPv4 Delay on Init Only (/DHCP Server Synchronization) |
| initDelayEnableIpv6 |
When the value initDelayEnable is set to 'false', everytime the system attempts to bring the IPv6 interface operationally up,
it will be delayed by the value of delayedUpPeriod.
When the value initDelayEnable is set to 'true', only the next time the system attempts to bring the interface operationally up,
it will be delayed by the value of delayedUpPeriod.
type=boolean default=false Displayed(tab/group)=IPv6 Delay on Init Only (/DHCP Server Synchronization) |
| interfaceClass |
type=rtr.RtrInterfaceClass default=numbered Displayed(tab/group)=Class (/Interface Class) |
| interfaceOperFlags |
The value of interfaceOperFlags specifies the reason why the interface is operationally
down.
type=service.InterfaceOperFlags access=read-only Displayed(tab/group)=Interface Down Reason IPv4 |
| interfaceOperFlagsIpv6 |
The value of interfaceOperFlags specifies the reason why the interface is operationally
down.
type=service.InterfaceOperFlags access=read-only Displayed(tab/group)=Interface Down Reason IPv6 |
| ipoeBridgedModeEnabled |
Specifies whether IPv6 IPoE Bridged Mode is enabled or not
type=boolean default=false Displayed(tab/group)=IPv6 IPoE Bridged Mode Enabled (/IPv6 Options) |
| ipv6Allowed |
The value of ipv6Allowed specifies whether IPv6 can be configured on this interface.
When the value is 'true', IPv6 can be configured on this interface.
When it is 'false', IPv6 cannot be configured.
type=boolean default=false Displayed(tab/group)=IPv6 Allowed (/IPv6 Options) |
| ipv6OperationalState |
The current operational status for IPv6 on this router interface.
type=netw.OperationalState access=read-only default=serviceUnknown Displayed(tab/group)=IPv6 Operational State (/IPv6 Options) |
| ipv6WanMode |
The value specifies a mode of operation of a
subscriber interface with respect to hosts that have a /128 WAN IPv6
address.
If the value of this attribute is equal to 'mode128', the system can
use smaller subnets (higher values for the prefix length) for the
Customer Premises Equipment (CPE) routers.
type=service.WanMode access=read-create default=mode64 Displayed(tab/group)=WAN Mode |
| linkLocalAddress |
Indicates the link local IP address of this virtual router interface.
type=InetAddress access=read-only default=0.0.0.0 Displayed(tab/group)=Link Local Address |
| linkLocalAddressState |
Indicates the address state of vRtrIfLinkLocalAddress. When vRtrIfIPv6OperState is
'outOfService', the value of this object is 'unknown'.
type=rtr.IPv6AddressState access=read-only default=unknown Displayed(tab/group)=Link Local Address State |
| linkLocalAddressType |
Indicates the IP address type of the link local address of this virtual router interface.
type=rtr.InetAddressType access=read-only default=unknown |
| numberOfGroupIf |
type=int access=read-only default=0 |
| numberOfIpAddress |
type=int access=read-only default=0 |
| overrideSlaac |
Specifies if the wan address received from SLAAC will be removed when a (second) wan address is received from DHCP6, or if
the host will keep both.
type=boolean default=false |
| pdManagedRoute |
Specifies whether DHCP6 delegated prefixes will be installed
as managed routes.
type=boolean default=false |
| primaryDnsIpAddressType |
Specifies the address type for the Default Primary DNS Server.
type=rtr.InetAddressType access=read-only default=ipv4 |
| primaryDnsIpv6AddressType |
Specifies the address type for the Default Primary IPv6 DNS Server.
type=rtr.InetAddressType access=read-only default=ipv6 |
| secondaryDnsIpAddressType |
Specifies the address type for the Default Primary DNS Server.
type=rtr.InetAddressType access=read-only default=ipv4 |
| secondaryDnsIpv6AddressType |
Specifies the address type for the Default Secondary IPv6 DNS Server.
type=rtr.InetAddressType access=read-only default=ipv6 |
| service.IpoeLinkConf-Set |
type=Children-Set |
| service.LocalAddressAssignment-Set |
type=Children-Set |
| unnumberedInterfaceName |
type=string default= minimum=0 maximum=32 Displayed(tab/group)=Interface Name (/Interface Class) |
| unnumberedIpAddress |
type=InetAddress default=0.0.0.0 Displayed(tab/group)=IP Address (/Interface Class) |
| unnumberedIpAddressType |
type=rtr.InetAddressType access=read-only default=ipv4 |
| unnumberedReferenceType |
type=rtr.UnnumberedReferenceType default=ipaddress Displayed(tab/group)=Unnumbered Type (/Interface Class) |
| Overridden Properties | |
|---|---|
| description | |
| displayedName | |
| id |
maximum=16384 |
| Properties inherited from service.LogicalInterface |
|---|
| administrativeState, description, displayedName, id, operationalState, routerId, routerName, serviceId, serviceName, serviceType, subscriberId, subscriberName, svcComponentId, templateVersionPointer |
| Properties inherited from netw.LogicalInterface |
|---|
| application, description, displayedName, domain, nodeId, nodeName |
| Properties inherited from ManagedObject |
|---|
| actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed |
| Supported Network Elements | |
|---|---|
| 7450 ESS | |
| 7210 SAS M | |
| 7210 SAS X | |
| 7210 SAS E | |
| 7210 SAS D | |
| 7210 SAS K | |
| 7210 SAS T | |
| 7210 SAS Mxp | |
| 7210 SAS Dxp | |
| 7210 SAS S/Sx | |
| 7210 SAS R | |
| 7750 SR | |
| 7705 SAR Hm | |
| Product Specifics | |
| 7450 ESS 20.0 | |
| 7450 ESS 21.0 | |
| 7450 ESS 22.0 | |
| 7450 ESS 23.0 | |
| 7450 ESS 24.0 | |
| 7450 ESS 25.0 | |
| 7705 SAR Hm 20.0 | |
| 7705 SAR Hm 21.0 | |
| 7705 SAR Hm 22.0 | |
| 7705 SAR Hm 23.0 | |
| 7705 SAR Hm 24.0 | |
| 7705 SAR Hm 25.0 | |
| 7750 SR 20.0 | |
| 7750 SR 21.0 | |
| 7750 SR 22.0 | |
| 7750 SR 23.0 | |
| 7750 SR 24.0 | |
| 7750 SR 25.0 | |