Installation Guide
37
4. Execute show version command to view the firmware version.
[G]rfs7000-37FABE#show version
RFS7000 version 5.4.10.0-003GD
Copyright (c) 2004-2012 Motorola Solutions, Inc. All rights
reserved.
Booted from primary
rfs7000-37FABE uptime is 29 days, 18 hours 13 minutes
CPU is RMI XLR V0.4
Base ethernet MAC address is 00-15-70-37-FA-BE
System serial number is 6268529900014
Model number is RFS-7010-1000-WR
FPGA version is 3.41
5. To get into configuration mode, enter “configure terminal” at “exec-mode” prompt above.
[G]rfs7000-37FABE#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
[G]rfs7000-37FABE(config)#
6. The console session will timeout after 180 seconds by default if no commands are entered. To
avoid this set the console inactivity timeout (GUI or CLI) to a higher value as shown below:
[G]rfs7000-37FABE(config-management-policy-default)#
idle-
session-timeout 1440
[G]rfs7000-37FABE(config-management-policy-default)#
7. Assign IP address to VLAN1 to make RFS access via UI/SSH possible . By default all the gigabit
ethernet physical ports will be mapped to VLAN1. To assign static IP address to VLAN1, run the
commands:
[G]rfs7000-37FABE(config)#
self
[G]rfs7000-37FABE(config-device-00-15-70-37-FA-BE)#
interface
vlan 1
[G]rfs7000-37FABE(config-device-00-15-70-37-FA-BE-if-vlan1)#
ip address <IP>
[G]rfs7000-37FABE(config-device-00-15-70-37-FA-BE-if-vlan1)#
exit