A table for selecting allocation mode of dhcp service.
The index of the table is ifIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.1.1.2.1.1 |
hwDHCPRSelectAllocateMode |
INTEGER{global(0),interface(1),relay(2),none(3),globalAndRelay(4),interfaceAndRelay(5)} |
read-write |
Allocation mode of DHCP service. global(0) - allocation address from global interface(1)- allocation address from interface relay(2) - allocation address from dhcp server, the request is relayed to server none(3) - no allocation address mode globalAndRelay(4) - allocation address from global and relay interfaceAndRelay(5)- allocation address from interface and relay. |
The actually supported value range is relay(2);none(3). Only support relay and none mode. |