![]() |
![]() |
Technical Library |
|
26 Oct 2000
Certified Hardware & Software
What You Need |
Cisco RoutersRouting with Cisco 700 Series for LAN-ISDN Service ConfigurationThe Cisco 700 series was purchased from Combinet by Cisco. They continue to use the version of OS that was originally on it and have no plans to convert it to the standard Cisco IOS. Therefore, the configuration does not look like a standard Cisco configuration. To configure a LAN-ISDN account, you need only change the parameters that are always set in the router to match what our standard customer needs. Stated another way, the router has a huge configuration and it is always present. We need only modify it slightly to get it to work. It is also set up in levels and uses the CD command to go from level to level. Ethernet info is under USER LAN, while WAN is setup under an arbitrary USER, which I will call USERNAME. Since the router was purchased from another vendor by Cisco and they have not changed it to IOS, they have left some "profiles" that are always intact. The first thing that we need to do is disable those profiles. To do that use the following proceedure:
CD INTERNAL The router will ask if you are sure and may object; just answer "Yes" and hit Return.
CD STANDARD Again just like above, the router will ask if you are sure and may object; just answer "Yes" and hit Return. The following are all system parameters that are set from the root or base level:
CD
SET SCREENLENGTH 20 The following are modifications to the default configuration that will keep the connection up for 10 min / 600 seconds before dropping due to inactivity:
TIMEOUT 1 DURATION 600 The following is the Ethernet setup. We only need to turn on routing and set IP and mask:
SET USER LAN Here is the section where we setup the dialup profile, including number to dial, username and password:
SET USER PSINET NOTE: Do not cut and paste the following two lines: TYPE THEM IN MANUALLY!
SET PPP CLIENTNAME [DIALUP/RADIUS USERNAME] To setup the telnet password, enter the following: SET SYSTEM PASSWORD [TELNET PASSWORD] |