Tasman router configuration for Multilink Frame Relay

Attention

Tasman Networks is now Nortel Networks, so below sample configuration and commends might be slightly different. Please be aware of this. Good luck!

1. Tasman devices follows below Multilink Frame Relay statad

– Standards based Multilink Frame Relay
– FRF.16
– FRF.15
– FRF.12
– RFC1490/2724


2. Tasman devices support for up to 1024 PVCs per system

Specified Per PVC
– CIR(Committed Info Rate)
– BCMAX (Maximum Committed Burst)
– BCMIN (Minimum Committed Burst)
– BE (Non Guaranteed Excess Burst)


3. Applications

– PVC Termination
– PVC Switching


4. LMI Types Supported

– ANSI(=default), Cisco and Q933a


5. Interface Types

– DTE(=default), DTE and NNI
** interface type is normally set accourding to the function performed by a boundle within a frame relay network


6. Usefull commands

– View PVC specific statistics

 

tasman> show fr vcstats [ a | b | c ]

a:Receive stats
b:Transmit stats
c:RFC 1490 stats

– check frame inverse arp table

tasman> show fr invarp


– Check LMI statistics
tasman> show fr lmistats


– List all PVCs
tasman> show fr pvcs


7. same configuration

– Router Model : Tasman 1004
– WAN : 2 x T1
– LAN : 66.201.12.x/24 and 62.18.3.0/24


tasman> sh configuration runn
Please wait… (up to a minute)


terminal
exit terminal
qos
exit qos
module t1 1
clock_source line
alarms
thresholds
exit thresholds
exit alarms
linemode
exit linemode
exit t1
module t1 2
clock_source line
alarms
thresholds
exit thresholds
exit alarms
linemode
exit linemode
exit t1
interface ethernet 0
ip address 66.201.12.x 255.255.255.0 <——- for example
ip multicast ospfrip2
icmp
exit icmp
qos
exit qos
vrrp_mode 0
exit ethernet
interface ethernet 0.1
ip address 62.18.3.0 255.255.255.0 <—— for example
ip multicast ospfrip2
icmp
exit icmp
qos
exit qos
vrrp_mode 0
exit ethernet
interface ethernet 1
icmp
exit icmp
qos
exit qos
exit ethernet
interface bundle MFR1
link t1 1
link t1 2
encapsulation frelay
fr
intf_type dte
frame_size 4470
mfr fragment_size 4000
mfr seg_threshold 3999
lmi ansi
exit lmi
pvc 500
shaping cir 3072000 bcmax 3072000 bcmin 65536
no policing
ip address 15.10.16.86 255.255.255.252 <—— WAN IP address to ISP
icmp
exit icmp
red
exit red
exit pvc
exit fr
icmp
exit icmp
qos
exit qos
exit bundle
aaa
radius
exit radius
exit aaa
snmp
system_id tasman1
enable_trap
exit enable_trap
exit snmp
hostname tasman
telnet_banner
exit telnet_banner
event
exit event
system logging
syslog
exit syslog
exit logging
ip
load_balance per_flow
route 0.0.0.0 0.0.0.0 15.10.16. 85 1
exit ip
firewall global
algs
exit algs
max-connection-limit self 2048
exit firewall
firewall internet
exit firewall
firewall corp
policy 1024 out permit
exit policy
exit firewall
policy community_list
exit community_list
tasman>



Leave a Reply