MicroRouter 1220i, 1250i, and 1270i
Configuration via the Command Line: OS Version 4.0.1 or Later
Basic Navigation
Upon establishing a command line session with successful authentication, enter enable mode on the router:
MR1270i_A5158400> en
Enter Password:
MR1270i_A5158400#
To check configuration, use the show config and show all commands.
If a config modification is necessary, we need to enter configuration mode:
MR1270i_A5158400# config
You have not selected a section.
Enter '?' for a list of section names, 'help' for information about the
configure command.
Enter section name (or '?', 'help'): ?
Port specific sections names:
Bridging Ethernet <PORT> IP Wan <PORT>
Bridging Wan <PORT> Link Config Wan <PORT>
Frame Relay Wan <PORT> PPP Wan <PORT>
IP Ethernet <PORT> RS232 Interface Wan <PORT>
IP Bridge T1 Interface Wan <PORT>
Global sections:
Bridging Global Radius
Command Line SNMP
Debugging SNMP CommunityString < 'Name' >
Domain Name Server SNMP Trap < 'Name' >
General Time Server
Logging
Hit <RETURN> to exit command.
Enter section name (or '?', 'help'):
At this point, we can enter the necessary section and change the parameter. If the section has not yet been added to the config, the router will ask you if you want to add it. From here we can ask for a list of variables, or immediately change our parameter:
Enter section name (or '?', 'help'): IP Wan 0
Section 'IP Wan 0' not found in the config.
Do you want to add it to the config? y
Configure parameters in this section by entering:
Keyword = Value
To find a list of valid keywords and additional help enter '?.'
*[ IP Wan 0 ]# ?
Valid keywords for the 'IP Wan 0' section:
Mode
IPAddress
SubnetMask
IPBroadcast
RIPVersion
RIPOut Should RIP packets be transmitted
RIPIn Should RIP packets be received
SplitHorizon Modification of RIP behaviour
OutFilters IP output packet filters
InFilters IP input packet filters
Updates Method of remote routing update
Numbered
VJHeaderComp Van Jacobson Header Compression
IPCPAddr
RemoteAddress Remote Client IP Address
Other useful commands:
delete <KEYWORD> Delete a keyword in this section
list Display the contents of current section
<KEYWORD> = ? Display more information about a keyword
help Information about other commands
*[ IP Wan 0 ]# ipaddress = 38.21.10.100
*[ IP Wan 0 ]#
After all changes have been made, simply type save and your configuration will be updated upon reboot.
|