cfgNetIpProto
WESTERMO-SW6-MIB ·
.1.3.6.1.4.1.16177.1.400.1.1.2.6.1.6
Object
column
r/w
Enumeration
This parameter defines which protocol is used to get the IPv4
settings for this interface.
* **static(0):** Indicates that the address is manually configured to a
specified address given by the IPv4 address parameter of this interface
configuration.
* **dhcp(1):** Indicates that an IPv4 address will be obtained by
the DHCP client. In case the DHCP client is unable to get
a valid IPv4 address the static IP address will be used
as a fallback.
* **linkLocal(4):** Indicates that an IPv4 link local address
(an address in the range of 169.254.0.1 to 169.254.255.254,
randomly chosen by the system) will be used on this
interface. `cfgNetIpAddr` is then not used for the interface.
**Note:** Only one interface of the device can use a linkLocal
protocol.
* **carp(5):** Indicates that an IPv4 address will be set by the
CARP instance specified in `cfgNetIpCarpId`, when the CARP
instance has the state MASTER.
**Note:** Only one interface of the device can use a link
local protocol.
For wireless interfaces, the following additional modes are available:
* **dhcpForceRenew(2):** Indicates that an IPv4 address will
be obtained by the DHCP client. In case the DHCP client is
unable to get a valid IPv4 address the static IP address
will be used as a fallback. On a STA this mode will
perform a DHCP RENEW after every connection to an AP.
This is useful if the device is roaming between different
DHCP servers.
* **dhcpForceRelease(3):** Indicates that an IPv4 address
will be obtained by the DHCP client. In case the DHCP
client is unable to get a valid IPv4 address, the static
IP address will be used as a fallback. On a STA this mode
will perform a DHCP RELEASE followed by a DHCP DISCOVER
after every connection to an AP. This is useful if the
device is roaming between different DHCP servers which
don't send NAK to an unknown device sending RENEW.
Applies to AP and STA.
Context
- MIB
- WESTERMO-SW6-MIB
- OID
.1.3.6.1.4.1.16177.1.400.1.1.2.6.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cfgNetIpTableEntry
- Table
- cfgNetIpTable
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | static |
1 | dhcp |
2 | dhcpForceRenew |
3 | dhcpForceRelease |
4 | linkLocal |
5 | carp |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cfgNetIpIndex Entry index of table. | column | Integer32 | .1.3.6.1.4.1.16177.1.400.1.1.2.6.1.1 |
| cfgNetIpCarpId Id which references the CARP-instance by `cfgNetCarpIndex`.
This parameter is only active when `cfgNetIpProto` is set to carp(5).
Indicates that the referenced CARP… | column | Integer32 | .1.3.6.1.4.1.16177.1.400.1.1.2.6.1.10 |
| cfgNetIpEnabled IP disabled or enabled.
Applies to AP and STA. | column | Enumeration | .1.3.6.1.4.1.16177.1.400.1.1.2.6.1.3 |
| cfgNetIpAddr The IPv4 address (using CIDR notation) of the interface specified
in cfgNetIpInterface.
Applies to AP and STA. | column | OctetString | .1.3.6.1.4.1.16177.1.400.1.1.2.6.1.4 |
| cfgNetIpInterface Name of the interface on which the IP resides.
Applies to AP and STA. | column | OctetString | .1.3.6.1.4.1.16177.1.400.1.1.2.6.1.8 |