Installation Guide

Table Of Contents
MEA Setup and Installation
Onsite Configuration of Routers
EdgeRTR Configuration
The EdgeRTR must have on-site configuration done if there is a desire 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.31.0.1.
Telnet into the EdgeRTR from a computer connected to the server subnet. Use the address
172.31.0.1 to connect to the EdgeRTR.
Update the public IP information using the commands below
Password:g0ld1
EdgeRTR>enable
Password:g0ld11
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#copy running-config startup-config
Destination filename [startup-config]? <return>
Building configuration...
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!![OK]
EdgeRTR#exit
EdgeRTR TEST
Use a computer connected to the switch (in either the server or wireless subnet) to ping to the
ISP gateway IP. Next, test access to the Internet using a web browser. If this fails troubleshoot
and retry.
17