Technical data

Using the BCC to Quick-Start a Router
117342-B Rev. 00
5-9
c.
Add a static route and the next hop by entering:
ip# static-route address
<ip_address>
mask
<mask_value>
next-hop-address
<ip_address>
For example, enter:
ip# static-route address 192.168.124.10
mask 255.255.255.0 next-hop-address 192.168.125.35
static-route/192.168.124.10/255.255.255.0/192.168.125.35#
10.
Return to root (box) level to configure global system services which affect
all slots, such as SNMP, FTP, Telnet, and TFTP.
<current_level>#
box
11.
Add SNMP globally to the router by entering:
box# snmp
snmp#
12.
Specify an SNMP community name, for example, “public.”
snmp# community public
community/public#
13.
Define the access level you want for the port for router security.
By default, access is read-only. If you want access to be read-write, enter:
community/public# access read-write
14.
Define the workstation that will be the SNMP manager for the router by
entering:
community/public# manager <
ip_address>
<ip_address > is the address of the workstation that will be the SNMP
manager. (An address of 0.0.0.0 allows any workstation to be the manager.)
For example, enter:
community/public# manager 192.32.20.12
manager/public/192.32.20.12#
15.
Return to root (box) level.
manager/public/192.32.20.12# box
16.
Configure Telnet from the root level by entering:
box#
telnet