Templates to help you with configuration of PathBuilder PBS578 platforms.


This page contains templates that show some configuration examples. It was created in html format so that you can quickly navigate to the portion that applies to your configuration needs. To edit this material for your own configuration needs simply save it from within your browser and use the editing tools that are familiar to you.

  1. Ethernet LAN Emulation Configuration
  2. TokenRing LAN Emulation Configuration
  3. ATM PVC(RFC1483) Configuration
Example 1.
######################################################
#
#       Ethernet LAN Emulation Configuration
#       The configuration is for 2 elans defined for one path (3),
#       and SCORE ATM routing between the two elans.
#
#######################################################
add !v1 -PORT VirtualPort 3 ethatm
add !v2 -PORT VirtualPort 3 ethatm
setd !v1 -ATMLE ElanName="elan50501_0"
setd !v2 -ATMLE ElanName="elan50501_1"
setd !v1 -IP NETaddr=198.18.1.1
setd !v2 -IP NETaddr=198.19.1.1
setd -IP CONTrol=ROute
setd !v1,!v2 -RIPip CONTrol=(TAlk,Listen)

Example 2.
######################################################
#
#       TokenRing LAN Emulation Configuration
#       The configuration is for 2 elans defined for one path (3),
#       and SCORE ATM routing between the two elans.
#
#######################################################
add !v1 -PORT VirtualPort 3 tratm
add !v2 -PORT VirtualPort 3 tratm
setd !v1 -ATMLE ElanName="elan50501_2"
setd !v2 -ATMLE ElanName="elan50501_3"
setd !v1 -IP NETaddr=198.18.1.1
setd !v2 -IP NETaddr=198.19.1.1
setd -IP CONTrol=ro
setd !v1,!v2 -RIPip CONTrol=(TAlk,Listen)
setd -BRIDGE CONTrol=(NoAging,Bridge)

Example 3.
######################################################
#
#       ATM PVC(RFC1483) Configuration
#       This configuration is for a PVC configured
#       between SCORE ATM and switch/SCORE ATM.
#
#######################################################
add !v1 -PORT VirtualPort 3 mpatm
add !v1 -ATM pvc 1 1.101 llc 7
setd !v1 -IP NETaddr=198.18.1.1
add -IP addr 198.18.1.2 &2
setd -IP CONTrol=ro
setd !v1 -RIPip CONTrol=(TAlk,Listen)
add !v1 -rip atn 198.18.1.2