User's Manual
Table Of Contents
Setup and Deployment Guide
5.3 MiSC Assembly
The MiSC hardware consists of commercial off-the-shelf components. The components are
pre-configured with a basic configuration which requires minimal site-specific changes.
The SMC switch arrives configured as two virtual LANs. The upper row of Ethernet ports is for
the server subnet; the lower row of ports is for the wireless subnet.
Unpack the SMC switch and mount as desired (either in a rack or on a table top). Connect the
switch to a power source.
Unpack the Cisco router labeled “EdgeRTR” and connect to a power source. Plug interface
labeled “10BT Ethernet” into the ISP router using a crossover Ethernet cable. Plug interface
labeled “10/100 Ethernet” into the SMC switch on port 1.
Unpack the Cisco router labeled “CoreRTR” and connect to a power source. Plug interface
labeled “10BT Ethernet” into switch port 12. Plug interface labeled “10/100 Ethernet” into the
SMC switch on port 24.
Unpack the SunBlade/MeshManager server and monitor and connect to a power source. Plug
the network interface into any of the ports 2-11 on the SMC Switch.
Connect Network Operator supplied computer running Window 2000. Plug the network
interface into any of the ports 2-11 on the SMC Switch.
Apply power to each of the devices.
5.4 Onsite Configuration of Routers
5.4.1 EdgeRTR Configuration
The EdgeRTR must have on-site configuration done in order to connect to the Internet. Prior to
performing the following steps, obtain the IP address, netmask, and default gateway for the public
interface from the Internet Service Provider. These are shown as ip.ip.ip.ip, nm.nm.nm.nm, and
gw.gw.gw.gw, respectively, in the instructions below. Also, obtain the IP address of the edgeRTR, it will
be in the form of 172.xx.0.1.
Telnet into the EdgeRTR from a computer connected to the server subnet. Use the address 172.xx.0.1 to
connect to the EdgeRTR.
Update the public IP information using the commands below
Password:g0ld1.
EdgeRTR>enable
password:g0ld1.
EdgeRTR#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
EdgeRTR(config)#interface Ethernet0
EdgeRTR(config-if)#ip address
ip.ip.ip.ip
mm.nm.nm.nm
EdgeRTR(config-if)#exit
EdgeRTR(config)#no ip route 0.0.0.0 0.0.0.0
EdgeRTR(config)#ip route 0.0.0.0 0.0.0.0
gw.gw.gw.gw
EdgeRTR(config)#exit
EdgeRTR#write memory
17