| >set systemname HQ | | HQ>cd lan | Change to LAN profile. | HQ:LAN>set bridging off | Turns bridging off in the LAN profile. | HQ:LAN>set ip routing on | Turns ip routing on in the LAN profile. | HQ:LAN>set ip rip update periodic | Sends the ip rip tables out the ethernet port every 30 seconds. | HQ:LAN>set ip 198.52.110.254 | Sets the ip address of the ethernet port. | HQ:LAN>set subnet 255.255.255.0 | Sets the ip netmask of the ethernet port.
| HQ:LAN>set ipx routing on | Turns ipx routing on. | HQ:LAN>set ipx framing 802.3 | Sets the ipx framing type to 802.3.
| HQ:LAN>set ipx rip update periodic | Sends the ipx rip and sap tables out the ethernet port every 60 seconds. | HQ:LAN>set user remote | Creates the user profile "remote". | HQ:remote>set profile id 0040f902cbb3 | Configures the physical ethernet address of the remote router, 0040f902cbb3, in the user profile "remote". During a cpp call the ethernet address is passed in band during call negotiation, the profile id must match the far end router's ethernet address for the call to be assigned to the proper profile. If the call is not identified, either the profile id is incorrect or missing, then the call will be given to the STANDARD profile instead of the created profile. This event will cause problems in routed environments.
| HQ:remote>set bridging off | Turns bridging off in the user profile "remote".
| HQ:remote>set ip routing on | Turns ip routing on in the user profile "remote". | HQ:remote>set ip 198.51.110.3 | Sets the ip address of the user profile "remote". The far end router will be in the same ip network as this interface.
| HQ:remote>set timeout 120
| Sets the idle timeout parameter to 120 seconds. If there is no interesting traffic to be forwarded across the ISDN connection for 120 seconds then the call will be disconnected. Because the ipx rip updates are periodic by default on the user profile, the call will never disconnect. There are no ipx filters available at this time.
| HQ:remote>set ipx routing on | Turns ipx routing on in the user profile "remote".
| HQ:remote>set ipx framing 802.3 | Sets ipx framing type to 802.3. | HQ:remote>set ipx network AFAF | Sets the ipx network number of the user profile "remote". Note: The far end router will be in the same ipx network as this interface.
| |
|---|
| >set systemname remote | Sets the system name of the remote router. |
|---|---|
| remote>set ip 198.51.110.4 | Sets the ip address of the INTERNAL profile so that the unit is pingable and can be telneted to, but allows ip to be bridged from the ethernet port to the isdn port. This command, when done at the system prompt, also turns on ip routing in the INTERNAL profile.
|
| remote>set subnet 255.255.255.0 | Sets the ip netmask of the INTERNAL profile. |
| remote>set gateway 198.51.110.3 | Sets the default gateway for the router to the user profile "remote" on the main router.
|
| remote>set user HQ | Creates the user profile "HQ".
|
| remote:HQ>set profile id 0040f902cbb4 | Configures the physical ethernet address of the main router, 0040f902cbb4, in the user profile "HQ". During a cpp call the ethernet address is passed in band during call negotiation, the profile id must match the far end router's ethernet address for the call to be assigned to the proper profile. If the call is not identified, either the profile id is incorrect or missing, then the call will be given to the STANDARD profile instead of the created profile. This event will cause problems in routed environments.
|
| remote:HQ>set bridging on | Turns bridging on in the user profile "HQ". |
| remote:HQ>set timeout 120 | Sets the phone numbers in the user profile "HQ" that are used to dial out to the main router. In this case, the main router has the same phone number for both b channels, so the same number is set in link 1 and link 2. Link 2 is for bandwidth on demand. It will not automatically connect if link 1 isn't already connected. Link 2's number is NOT used for a secondary dial number, it is for bandwidth on demand only.
|
| Note: In this scenario, the main router is not dialling out to the remote router. If it is necessary for the main router to call out to the remote router, then "set 1 number" and "set 2 number" need to be set in the user profile "remote" with the phone numbers for the remote router. |