navbar

Combinet Sample Configurations



Main Site router

>set systemname HQSets the system name of the main router.
set user remoteCreates user profile "remote" in main router.
set profile id 0040f902cbb3Configures 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 onTurns bridging on in the user profile "remote".
HQ:remote>set timeout 120Sets 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.



Remote Site router

>set systemname remote Sets the system name of the remote router.
remote>set user HQCreates user profile "HQ" in remote router.
remote:HQ>set profile id 0040f902cbb4Configures the physical ethernet address of the main router, 0040f902cbb4, in the use
remote:HQ>set bridging on Turns bridging on in the user profile "HQ".
remote:HQ>set timeout 120Sets 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.
remote:HQ>set 1 number 14085221234Sets 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.
remote:HQ>set 2 number 14085221234Note: 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.