Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nortel SR1002 HELP NEEDED!!!

Status
Not open for further replies.
Nov 5, 2007
1
US
I have a SR1002 secure router. I can not seem to get it configured. I have been working on this for 3 weeks with no luck. I have a single T1 to configure on the WAN side and need to setup the LAN with DHCP. Every time I think I'm making headroom, BAM, I run into another wall. If someone out there can help me get this thing configured, my boss will be very happy and not fire me.

Thanks for the help
 
Can you describe more the problems you are having? Full or Fractional T1? PPP or Frame?

Here's a DHCP snippet from one of mine.

ip
load_balance per_flow
dhcps
pool tmpSL
domain xxxxx.com
dnsserver 172.21.1.24
network 172.21.125.0 255.255.255.0
default_router 172.21.125.1
exclude-range 172.21.125.200 172.21.125.254
exclude-range 172.21.125.1 172.21.125.99
commit
exit pool
interface ethernet1
enable
exit dhcps
exit ip

Here's your LAN and T1 interface stippets. Note I only use 6 channels on this T1.

interface ethernet 1
ip address 172.21.125.1 255.255.255.0
qos
exit qos
exit ethernet
interface bundle TELCO
link t1 1:1-6
encapsulation frelay
fr
intf_type dte
no enable fragment_rfc1490
lmi ansi
exit lmi
pvc 16
no frf12
shaping cir 384000 bcmax 384000 bcmin 65536
policing cir 384000 bc 384000
ip address 172.21.101.18 255.255.255.252
red
exit red
qos
exit qos
exit pvc
interleave
hiprio 50 100
exit interleave
exit fr
qos
exit qos
exit bundle
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top