Router command line help, Dual trunk e1 router r – Black Box LRU4240 User Manual

Page 150

Advertising
background image

138

SALES: 0870 90 10 750

Dual Trunk E1 Router User’s Guide

Dual Trunk E1 Router

R

OUTER

C

OMMAND

L

INE

H

ELP

The CLI contains a text-based help facility. Access this help by typing in the full or partial command
string then typing “?”. The CLI displays the command keywords or parameters for the command plus a
short description.

For example, at the CLI command prompt, type

show

? (the CLI does not display the question mark).

The CLI displays this keyword list with short descriptions for each keyword:

debugging Zebra configuration

history Display the session command history

interface Interface status and configuration

ip IP information

Downloading router configuration
automatically

You can initiate the configuration file download
programmatically using SNMP commands, and use TFTP or
Xmodem method to download the file. Menu-8X Router auto
configuration commands and options are accessible via SNMP
variables in the eclipse MIB.
The following shell script sample shows a TFTP download of a
router configuration file called “site_a.txt”:

#!/bin/ksh
NODE="172.25.150.1"
AUTO_FILE="site_a.txt"
snmpset $NODE .1.3.6.1.4.1.300.200.2.50.1.0 integer 1
tftp $NODE <<EOT
bin
put $AUTO_FILE
quit
EOT
snmpget $NODE .1.3.6.1.4.1.300.200.2.50.10

Table E-1 Router automatic configuration procedures

Procedure

Steps

Advertising