All MIBs › AT-SYSINFO-MIB › restart
restart
Module: AT-SYSINFO-MIB
OID (symbolic): AT-SYSINFO-MIB::restart
OID (numeric): 1.3.6.1.4.1.207.8.4.4.3.2.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
A router/switch restart request.
A management station can remotely instruct an ATI router/switch to action a warm or cold restart.
Once all the appropriate internal checks have been made, the router/switch will acknowledge the request via normal SNMP channels. The restart instruction will be actioned after waiting for a period of 5 seconds, this is because the SNMP acknowledgement packet needs time to reach the management station.
Once the request has been actioned, it can not be cancelled and communication with the router/switch will be lost during system initialisation.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.207.8.4.4.3.2.1 snmpwalk -v2c -c public <target> AT-SYSINFO-MIB::restart
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.207.8.4.4.3.2.1.1 snmpget -v2c -c public <target> AT-SYSINFO-MIB::restart.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.207.8.4.4.3.2.1.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.207 | alliedTelesis | AT-SMI-MIB |
| 1.3.6.1.4.1.207.8 | mibObject | AT-SMI-MIB |
| 1.3.6.1.4.1.207.8.4 | brouterMib | AT-SMI-MIB |
| 1.3.6.1.4.1.207.8.4.4 | atRouter | AT-SMI-MIB |
| 1.3.6.1.4.1.207.8.4.4.3 | sysinfo | AT-SMI-MIB |
| 1.3.6.1.4.1.207.8.4.4.3.2 | restartGroup | AT-SYSINFO-MIB |
| 1.3.6.1.4.1.207.8.4.4.3.2.1 | restart | AT-SYSINFO-MIB |