EasyStreet Online Services

  EasyStreet/Cisco 250x Configuration

To use this configuration information you only need to change the values shown in color. There are about XX values that need to be changed from the factory defaults.

Insert the value issued by EasyStreet
Insert the value issued by the telephone company
Insert a value of your choosing
Insert the value as displayed on this page

Plug a VT100 terminal (or terminal emulator) into the Cisco 2500's serial port. (9600 baud, 8 Bits, No parity, 1 Stop bit).

When to router powers up you'll see:

	System Bootstrap, Version 5.2(8a), RELEASE SOFTWARE
	Copyright (c) 1986-1995 by cisco Systems
	2500 processor with 2048 Kbytes of main memory
	 
	F3: 3699924+94808+191696 at 0x3000060
 
              	Restricted Rights Legend
 
	Use, duplication, or disclosure by the Government is
	subject to restrictions as set forth in subparagraph
	(c) of the Commercial Computer Software - Restricted
	Rights clause at FAR sec. 52.227-19 and subparagraph
	(c) (1) (ii) of the Rights in Technical Data and Computer
	Software clause at DFARS sec. 252.227-7013.
 
           	cisco Systems, Inc.
           	170 West Tasman Drive
           	San Jose, California 95134-1706
 
 
 
	Cisco Internetwork Operating System Software 
	IOS (tm) 3000 Software (IGS-I-L), Version 11.1(6), RELEASE SOFTWARE (fc1)
	Copyright (c) 1986-1996 by cisco Systems, Inc.
	Compiled Mon 09-Sep-96 13:58 by tej
	Image text-base: 0x0301F84C, data-base: 0x00001000
 
	cisco 2511 (68030) processor (revision D) with 2048K/2048K bytes of memory.
	Processor board ID 02268377, with hardware revision 00000000
	Bridging software.
	X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
	1 Ethernet/IEEE 802.3 interface.
	2 Serial network interfaces.
	16 terminal lines.
	32K bytes of non-volatile configuration memory.
	4096K bytes of processor board System flash (Read ONLY)
 
 
 
         --- System Configuration Dialog ---
 
	At any point you may enter a question mark '?' for help.
	Use ctrl-c to abort configuration dialog at any prompt.
	Default settings are in square brackets '[]'.
	 
	Continue with configuration dialog? [yes]: YES

	First, would you like to see the current interface summary? [yes]: NO

	Configuring global parameters:
 
  	  Enter host name [Router]: Router Name
 
	The enable secret is a one-way cryptographic secret used
	instead of the enable password when it exists.
 
  	  Enter enable secret []: SECRET-PASSWORD

	The enable password is used when there is no enable secret
	and when using older software and some boot images.
 
  	  Enter enable password []: ENABLE-PASSWORD
  	  Enter virtual terminal password []: VT-PASSWORD
	  Configure SNMP Network Management? [yes]: No
	  Configure IP? [yes]: Yes
	    Configure IGRP routing? [no]: No
	    Configure RIP routing? [yes]: Yes
 
	Configuring interface parameters:
 
	Configuring interface Ethernet0:
	  Is this interface in use? [No]: Yes
	  Configure IP on this interface? [No]: Yes
	    IP address for this interface [0.0.0.0]: Router Ether IP Address
	    Number of bits in subnet field [0]: subnet bits (0-6)
	    Class C network is xxx.xxx.xxx.xxx, y subnet bits; mask is /27
 
	Configuring interface Serial0:
	  Is this interface in use? [no]: Yes
	  Configure IP on this interface? [no]: Yes
	  Configure IP unnumbered on this interface? [no]: No
	    IP address for this interface: Customer Serial IP
	    Number of bits in subnet field [0]: 6
	    Class C network is 206.103.xxx.0, 6 subnet bits; mask is /30
 
	Configuring interface Serial1:
	  Is this interface in use? [no]: No
 
	The following configuration command script was created:

 
	hostname CUSTOMER-GW
	enable secret 5 $1$gvQo$syLIiRZdiR0qBzv5S9/WR.
	enable password SECRET-PASSWORD
	line vty 0 4
	password VT-PASSWORD
	no snmp-server
	!
	ip routing
	!
	interface Ethernet0
	ip address xxx.xxx.xxx.xxx 255.255.255.224
	!
	interface Serial0
	no shutdown
	ip address 209.254.254.254 255.255.255.252
	!
	interface Serial1
	shutdown
	no ip address
	!
	router rip
	network 206.26.36.0
	network 209.254.254.0
	!
	end
	 
	Use this configuration? [yes/no]: Yes
	Building configuration...
	[OK]
	Use the enabled mode 'configure' command to modify this configuration.
	 
	CUSTOMER-GW#config terminal
	Enter configuration commands, one per line.  End with CNTL/Z.
	CUSTOMER-GW(config)#
	
		hostname CUSTOMER-GW
		ip subnet-zero
		
		interface Ethernet0
		 description TO LOCAL LAN
		 ip address Router Ether IP Address   Netmask
		 ip broadcast-address Broadcast Address
		
		interface Serial0
		 description TO EasyStreet Frame Cloud
		 no shutdown
		 ip address Customer Serial IP   255.255.255.252
		 encapsulation frame-relay IETF
		 bandwidth Bandwidth
		 keepalive 10
		 frame-relay lmi-type ansi
		 frame-relay map ip EasyStreet Serial IP 16 broadcast
		
		router rip
		  redistribute static
		  no network 206.26.36.0
		  network Network Number.0
		
		no ip name-server
		ip name-server 69.30.0.200
		ip name-server 209.162.195.5
		snmp-server community monitor RO
		snmp-server host 206.26.36.45 monitor snmp
		
		ip classless
		ip route 0.0.0.0 0.0.0.0 EasyStreet Serial IP
		 
		line console 0
		  location CUSTOMER LOCATION
		  exec-timeout 10 0
		  login
		  transport preferred none
		 
		line vty 0 4
		  access-class 10 in
		  exec-timeout 0 0
		  login
		  transport preferred none

	CUSTOMER-GW(config)# control-Z
	CUSTOMER-GW# write memory
	CUSTOMER-GW# reload
	Proceed with reload? [confirm] Yes

When the router reboots you'll need to wait about 3 minutes for the router to sync up with the telco's frame relay switch. While you're waiting log into the router:

CUSTOMER-GW> enable
Password: SECRET-PASSWORD
CUSTOMER-GW#

Next try some pings to check connectivity.

CUSTOMER-GW# ping 69.30.0.200
 
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echoes to 69.30.0.200, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/2/4 ms

CUSTOMER-GW# ping yahoo.com
ping yahoo.com
Translating "yahoo.com"...domain server (69.30.0.200) [OK]
 
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echoes to 204.71.177.35, timeout is 2 seconds:
!!!.!
Success rate is 80 percent (4/5), round-trip min/avg/max = 24/38/80 ms
CUSTOMER-GW# 

You've now tested connectivity to both EasyStreet and the InterNet and verified that nameservice is working for your router.

Now you can configure client machines on the customers network. Be sure to use 208.xxx.xxx.0 as the default gateway and 69.30.0.200 as the primary nameserver.

After a client is properly configured it should be able to ping the routers ethernet interface (208.xxx.xxx.0) and any InterNet host. Note: You will NOT be able to ping the router or any host on it's ethernet from the InterNet.

Copyright © 1998 - 2002 EasyStreet Online Services, Inc. All rights reserved.
EasyStreet and the EasyStreet logo are registered trademarks of EasyStreet Online Services. Certain other names, logos, designs, titles, words or phrases on this site may constitute trademarks, servicemarks or tradenames of EasyStreet or other entities which may be registered in certain jurisdictions.