The state command configures the state of a domain.
The undo state command restores the state of a domain.
By default, a domain is in active state after being created.
state { active | block [ time-range time-name &<1-4> ] }
undo state [ block time-range [ time-name &<1-4> ] ]
Parameter |
Description |
Value |
---|---|---|
active |
Sets the domain state to active. |
- |
block |
Sets the domain state to blocking. |
- |
time-range time-name |
Indicates the block time range of the domain. time-name specifies the name of the block time range. If this parameter is not specified, the domain is always blocked. |
The value is a string of 1 to 32 case-sensitive characters and must begin with a letter. In addition, the word all cannot be specified as a time range name. |
Usage Scenario
If exceptions occur during service configuration, set the domain in blocking state to block access of new users. After the service configuration is complete, set the domain in active state.
Prerequisite
Before specifying the time-name parameter, ensure that the time range has been created using the time-range command.
Precautions
After the state block command is run to set the domain state to block, online users in the domain are not affected.
After the state block time-range command is run to set the state of a domain including online users to block, the domain state turns from active to block within the specified time range, and online users are forced to go offline.
# Set the state of the domain vipdomain to blocking.
<HUAWEI> system-view [HUAWEI] aaa [HUAWEI-aaa] domain vipdomain [HUAWEI-aaa-domain-vipdomain] state block
# Set the name of the time range in which the vipdomain domain state turns to block to tim.
<HUAWEI> system-view [HUAWEI] aaa [HUAWEI-aaa] domain vipdomain [HUAWEI-aaa-domain-vipdomain] state block time-range tim Warning: This operation may cause online users to go offline. Continue? [Y/N]Y