A CISCO2500 series:
First, start the PC's hyper terminal and log in to the router through the console port.
Step 1: Modify the router's WAN port.
1、conf t
2. int s0 (enter the corresponding port)
3. ip addr 202.102.47.6 255.255.255.252 (modify the IP address to the newly assigned IP wide-area port address)
4、no shutdown
Step 2: Modify the LAN port
1、conf t
2. int e0 (enter the corresponding port)
3. ip addr 202.102.8.226 255.255.255.248 (Modify the IP address to the newly allocated IP local port address)
4、no shutdown
Step 3: Configure the protocol
1、conf t
2、ip classess
3. ip route 202.102.16.0 255.255.255.127 202.102.31.137 1 (Configure static routing, the first address is the destination address.)
4、end
5. wr mem (storage configuration)
Two Intel9000 series
The configuration of low-end routers of the Intel series can be configured in three ways: telnet, hyper-terminal and graphical interface software directly modify it. The configuration process using graphical interface is as follows:
First, use a PC in a LAN as the client and start the Intel device view. If there is no Intel device view, it should be installed using the CD supplied with the router.
Secondly, if it is a newly installed Intel device view, a new router should be added and click the icon:
to add new routers. If a new router has been installed, click the icon:
To start the interface to configure the router.
In this interface, you can reconfigure the router's LAN IP address. Select basic setup and follow the prompts to modify it.
If a new router has been installed successfully, you can see the backplane of the router in the interface, as shown in the figure below:
Select configuration under this interface and modify it according to the new dedicated IP address. After all modifications are completed, select Finish to exit the setup menu.
Three bay series
The configuration of the bay series routers can be done using the graphics software FirstGear.
First prepare a PC in the same LAN segment as the router. If there is no FirstGear on it, you need to install FirstGear using the CD supplied with the router.
After you have FirstGear ready, confirm that the router has been correctly connected to the network and powered up for more than a minute, double-click the FirstGear icon to start FirstGear.
After FirstGear is started, it will automatically search for the configurable router. The following prompt appears:
At this time, if it is not the router we want to choose, you can click Find Another to find the next one until you find the router we need to configure.
After finding the router, you can directly modify its IP address and subnet mask according to the design. After the modification is completed, click Apply. The default password of the router is usually 1234. If the modified network address is not on the same subnet as the PC, you need to modify the PC's IP address and search for the router again after modifying the IP.
After clicking Return, select Advanced configuration.
In the LAN option, modify the router's local port IP address and mask.
In the ISP option, modify the router's wide-area port IP address and mask.
In the Static Routes option, modify the static route pointing of the router.
Finally, select End and exit to conduct the test.
Four 3COM series
The connection method of the 3com series router is through the console port.
The configuration process is through menu:
The command to enter the menu is >menu –ip
After entering, you can see the menu. Different models of routers have different menu arrangement orders, but most of them are consistent. Press the numeric key to select the prompted item.
Modify the IP address: Select the wide-area port address and local-area port address items in the menu, select the set item, and modify it according to the assigned address.
Modify routing: Select the routing options in the menu, and then select the set item to modify it according to the settings. Article entry: csh Editor in charge: csh
First, start the PC's hyper terminal and log in to the router through the console port.
Step 1: Modify the router's WAN port.
1、conf t
2. int s0 (enter the corresponding port)
3. ip addr 202.102.47.6 255.255.255.252 (modify the IP address to the newly assigned IP wide-area port address)
4、no shutdown
Step 2: Modify the LAN port
1、conf t
2. int e0 (enter the corresponding port)
3. ip addr 202.102.8.226 255.255.255.248 (Modify the IP address to the newly allocated IP local port address)
4、no shutdown
Step 3: Configure the protocol
1、conf t
2、ip classess
3. ip route 202.102.16.0 255.255.255.127 202.102.31.137 1 (Configure static routing, the first address is the destination address.)
4、end
5. wr mem (storage configuration)
Two Intel9000 series
The configuration of low-end routers of the Intel series can be configured in three ways: telnet, hyper-terminal and graphical interface software directly modify it. The configuration process using graphical interface is as follows:
First, use a PC in a LAN as the client and start the Intel device view. If there is no Intel device view, it should be installed using the CD supplied with the router.
Secondly, if it is a newly installed Intel device view, a new router should be added and click the icon:
to add new routers. If a new router has been installed, click the icon:
To start the interface to configure the router.
In this interface, you can reconfigure the router's LAN IP address. Select basic setup and follow the prompts to modify it.
If a new router has been installed successfully, you can see the backplane of the router in the interface, as shown in the figure below:
Select configuration under this interface and modify it according to the new dedicated IP address. After all modifications are completed, select Finish to exit the setup menu.
Three bay series
The configuration of the bay series routers can be done using the graphics software FirstGear.
First prepare a PC in the same LAN segment as the router. If there is no FirstGear on it, you need to install FirstGear using the CD supplied with the router.
After you have FirstGear ready, confirm that the router has been correctly connected to the network and powered up for more than a minute, double-click the FirstGear icon to start FirstGear.
After FirstGear is started, it will automatically search for the configurable router. The following prompt appears:
At this time, if it is not the router we want to choose, you can click Find Another to find the next one until you find the router we need to configure.
After finding the router, you can directly modify its IP address and subnet mask according to the design. After the modification is completed, click Apply. The default password of the router is usually 1234. If the modified network address is not on the same subnet as the PC, you need to modify the PC's IP address and search for the router again after modifying the IP.
After clicking Return, select Advanced configuration.
In the LAN option, modify the router's local port IP address and mask.
In the ISP option, modify the router's wide-area port IP address and mask.
In the Static Routes option, modify the static route pointing of the router.
Finally, select End and exit to conduct the test.
Four 3COM series
The connection method of the 3com series router is through the console port.
The configuration process is through menu:
The command to enter the menu is >menu –ip
After entering, you can see the menu. Different models of routers have different menu arrangement orders, but most of them are consistent. Press the numeric key to select the prompted item.
Modify the IP address: Select the wide-area port address and local-area port address items in the menu, select the set item, and modify it according to the assigned address.
Modify routing: Select the routing options in the menu, and then select the set item to modify it according to the settings. Article entry: csh Editor in charge: csh