
Chapters Download(66.81 KB)
Table of Contents
1 OAP Module Configuration Commands
OAP Module Configuration Commands
2 ACSEI Configuration Commands
ACSEI Server Configuration Commands
ACSEI Client Configuration Commands
display acsei-client information
Syntax
oap connect slot slot-number
View
User view
Default Level
2: System level
Parameters
slot-number: Number of the slot where an OAP module resides.
Description
Use the oap connect slot command to redirect from the device to the OAP module.
You can press Ctrl+K to return from the operating system of the OAP module to the command line interface of the device.
Examples
# Redirect from the device to the OAP module in slot 3.
<Sysname> oap connect slot 3
Connected to OAP!
Syntax
oap reboot slot slot-number
View
User view
Default Level
2: System level
Parameters
slot-number: Number of the slot where an OAP module resides.
Description
Use the oap reboot slot command to reset the system of an OAP module.
Examples
# Reset the system of the OAP module in slot 3.
<Sysname> oap reboot slot 3
This command will recover the OAP from shutdown or other failed state.
Warning: This command may lose the data on the hard disk if the OAP is not being shut down!
Continue? [Y/N]:y
Reboot OAP by command.
Syntax
acsei client close client-id
View
ACSEI server view
Default Level
2: System level
Parameters
client-id: ID of the ACSEI client to be closed, in the range 1 to 10. An ACSEI client ID is assigned by the ACSEI server.
Description
Use the acsei client close command to close the specified ACSEI client.
Examples
# Close ACSEI client 1.
<Sysname> system-view
[Sysname] acsei server
[Sysname-acsei-server] acsei client close 1
Syntax
acsei client reboot client-id
View
ACSEI server view
Default Level
2: System level
Parameters
client-id: ID of the ACSEI client to be restarted, in the range 1 to 10.
Description
Use the acsei client reboot command to restart the specified ACSEI client.
Examples
# Restart ACSEI client 1.
<Sysname> system-view
[Sysname] acsei server
[Sysname-acsei-server] acsei client reboot 1
Syntax
acsei server
View
System view
Default Level
2: System level
Parameters
None
Description
Use the acsei server command to enter ACSEI server view.
Examples
# Enter ACSEI server view.
<Sysname> system-view
[Sysname] acsei server
[Sysname-acsei-server]
Syntax
acsei server enable
undo acsei server enable
View
System view
Default Level
2: System level
Parameters
None
Description
Use the acsei server enable command to enable ACSEI server.
Use the undo acsei server enable command to disable ACSEI server.
By default, ACSEI server is disabled.
Examples
# Enable ACSEI server.
<Sysname> system-view
[Sysname] acsei server enable
Syntax
acsei timer clock-sync minutes
undo acsei timer clock-sync
View
ACSEI server view
Default Level
2: System level
Parameters
minutes: Value of the synchronization timer that is used for clock synchronization from ACSEI server to ACSEI client. It ranges from 0 to 1440 (in minutes), where value 0 specifies to disable the clock synchronization from ACSEI server to ACSEI client.
Description
Use the acsei timer clock-sync command to set the synchronization timer that is used for clock synchronization from ACSEI server to ACSEI client.
Use the undo acsei timer clock-sync command to restore the default.
By default, the clock synchronization timer is set to five minutes.
Examples
# Set the clock synchronization timer from ACSEI server to ACSEI client to 20 minutes.
<Sysname> system-view
[Sysname] acsei server
[Sysname-acsei-server] acsei timer clock-sync 20
Syntax
acsei timer monitor seconds
undo acsei timer monitor
View
ACSEI server view
Default Level
2: System level
Parameters
seconds: Value of the monitoring timer that is used for the ACSEI server to monitor the ACSEI clients. It ranges from 0 to 10 (in seconds), where 0 specifies to disable ACSEI server from monitoring the ACSEI clients.
Description
Use the acsei timer monitor command to set the monitoring timer for the ACSEI server to monitor the ACSEI clients.
Use the undo acsei timer monitor command to restore the default.
By default, the monitoring timer is set to 5 seconds.
Examples
# Set the monitor timer for the ACSEI server to monitor the ACSEI clients to 6 seconds.
<Sysname> system-view
[Sysname] acsei server
[Sysname-acsei-server] acsei timer monitor 6
Syntax
display acsei client info [ client-id ]
View
Any view
Default Level
1: Monitor level
Parameters
client-id: ID of an ACSEI client, in the range 1 to 10.
Description
Use the display acsei client info command to display the ACSEI client information. The client information is retrieved from the advertisement packet sent by the client, so that when there is no ACSEI client information, the command displays the information keywords only.
If executed without the client-id argument, the command displays information about all the ACSEI clients in order of registration time.
Examples
# Display information about ACSEI client 1.
<Sysname> display acsei client info 1
client ID: 1
client Description:
Hardware:
System Software:
Application Software:
CPU: Intel(R) Pentium(R) M processor 1.40GHz
PCB Version: 3.00
CPLD Version: 1.00
Bootrom Version: 1.12
CF card: 256 MB
Memory: 512 MB
Harddisk: 40.0 GB
# Display information about all ACSEI clients.
<Sysname> display acsei client info
Total client Number: 2
client ID: 1
client Description:
Hardware:
System Software:
Application Software:
CPU: Intel(R) Pentium(R) M processor 1.40GHz
PCB Version: 3.00
CPLD Version: 1.00
Bootrom Version: 1.12
CF card: 256 MB
Memory: 512 MB
Harddisk: 40.0 GB
client ID: 2
client Description:
Hardware:
System Software:
Application Software:
CPU: Intel(R) Pentium(R) M processor 1.40GHz
PCB Version: 3.00
CPLD Version: 1.00
Bootrom Version: 1.12
CF card: 256 MB
Memory: 512 MB
Harddisk: 40.0 GB
Table 2-1 display acsei client info command output description
|
Field |
Description |
|
client ID |
ID of the ACSEI client |
|
client Description |
ACSEI client description |
|
Hardware |
Hardware version of the ACSEI client |
|
System Software |
System software name and version of the ACSEI client |
|
Application Software |
Application name and version of the ACSEI client |
|
CPU |
CPU information of the ACSEI client |
|
PCB Version |
PCB version of the ACSEI client |
|
CPLD Version |
CPLD version of the ACSEI client |
|
Bootrom Version |
Boot ROM version of the ACSEI client |
|
CF card |
CF card information of the ACSEI client |
|
Memory |
Memory information of the ACSEI client |
|
Harddisk |
Harddisk information of the ACSEI client |
Syntax
display acsei client summary [ client-id ]
View
Any view
Default Level
1: Monitor level
Parameters
client-id: ID of an ACSEI client whose summary is to be displayed, in the range 1 to 10.
Description
Use the display acsei client summary command to display ACSEI client summary information. Summary information of multiple ACSEI clients is displayed in order of registration time.
If executed without the client-id argument, the command displays summary information about all the ACSEI clients.
Examples
# Display the summary of ACSEI client 1.
<Sysname> display acsei client summary 1
client ID: 1
Status: Open
MAC Address: 00e0-fc0a-c3ef
Interface: GigabitEthernet5/0/1
Last registered: 02/08/2007 12:00:00
# Display the summary of all ACSEI clients.
<Sysname> display acsei client summary
Total client Number: 2
client ID: 1
Status: Open
MAC Address: 00e0-fc0a-c3ef
Interface: GigabitEthernet5/0/1
Last registered: 02/08/2007 12:00:00
client ID: 2
Status: Open
MAC Address: 00e0-fa1e-03da
Interface: GigabitEthernet6/0/1
Last registered: 02/08/2007 13:00:00
Table 2-2 display acsei client summary command output description
|
Field |
Description |
|
client ID |
ID of the ACSEI client |
|
Status |
ACSEI client status |
|
MAC Address |
MAC address of the ACSEI client |
|
Interface |
Interface carrying the ACSEI client |
|
Last registered |
The last registration time of the ACSEI client |
Syntax
acsei-client enable
undo acsei-client enable
View
Interface view
Default Level
2: System level
Parameters
None
Description
Use the acsei-client enable command to enable ACSEI client.
Use the undo acsei-client enable command to disable ACSEI client.
By default, ACSEI client is disabled.
Examples
# Enable ACSEI client on interface Ten-GigabitEthernet 0/0.
<Sysname> system-view
[Sysname] interface ten-gigabitethernet 0/0
[Sysname-Ten-GigabitEthernet0/0] acsei-client enable
Syntax
display acsei-client information
View
Any view
Default Level
1: Monitor level
Parameters
None
Description
Use the display acsei-client information command to display information about ACSEI client.
Examples
# Display information about the current ACSEI client.
<Sysname> display acsei-client information
Client Description: SecBlade LB
Hardware: A.0
System Software: COMWAREV500R002B38D001
Application Software: V300R001B01D006
CPU: RMI XLR732 1000MHz
PCB Version: A.0
CPLD Version: 1.0
Bootrom Version: Basic BootRom Version:1.02,Extend BootRom Version:1.01
CF card: 256M Bytes Compact Flash Storage Device
Memory: 1024M Bytes DDR2 SDRAM Memory
Harddisk:
Syntax
display acsei-client status
View
Any view
Default Level
1: Monitor level
Parameters
None
Description
Use the display acsei-client status command to display the current state of ACSEI client.
Examples
# Display the current state of ACSEI client.
<Sysname> display acsei-client status
Client ID: 1
Status: Open
Client-side interface: Ten-GigabitEthernet0/0
Server-side interface: Unknown
Table 2-3 display acsei-client status command output description
|
Field |
Description |
|
Client ID |
ID of the ACSEI client |
|
Status |
ACSEI client status: Open: Enabled. Closed: Not enabled. Reg_Sent: Registration in process. |
|
Client-side Interface |
Interface enabled with ACSEI client |
|
Server-side interface |
The interface Which enable ACSEI Server |