dslreports logo
 
    All Forums Hot Topics Gallery
spc
Search similar:


uniqs
1401
samrock
join:2014-11-15
Morgan City, LA

samrock

Member

Occam BLC 6252

We are a small WISP and CLEC, I have a 7 miles of road in St. Martin Parish Louisiana with approx 100 POTS customers on it..

We have a Occam 6252-03 that we are servicing customers with. I had one customer with ADSL from this unit that stopped working. I am catching 9 kinds of trouble trying to get this back up and working.

I have updated the unit to Calix OS 7 and now have lost the ability to login to the web GUI.

I also have a Occam 6252 that seams to not want to communicate over the ethernet ports.

If any one here has knowledge of Occam OS I can post the configs and more details.

Thanks in Advance
Sam
samrock

samrock

Member

Ok, I am willing to pay a bounty for some one to help with this.. Due to the young age of my account I cannot PM any of the members that have worked with Occam gear nor can i post in the buy/sell section to pony up my bounty..

So If you read this post and know your way or know some one else who know their way around Occam's TCL. Hit me up.. on this Thread!

Thanks
Sam
wirelessdog
join:2008-07-15
Queen Anne, MD

wirelessdog to samrock

Member

to samrock
So, are the 100 customers not working or just the one ADSL customer?

Rhaas
Premium Member
join:2005-12-19
Bernie, MO

Rhaas

Premium Member

6252 is a 48 port pots & adsl blade. I'm guessing it's just one.

We have around a dozen or so of the 6252's deployed. We moved to the VDSL cards a couple of years ago though (can't remember the number).

Obvious questions:
Have you tried power cycling the card?
Can you log in via Telnet or Console?
samrock
join:2014-11-15
Morgan City, LA

samrock

Member

The unit has been power cycled, and yes I have SSH access to the blade..
samrock

samrock

Member

Just 1 ADSL customer, the other customers are on SDSL 2x2 Copper Edge DSLAM. This customer wants 6 down and the only way is via the occam.. This setup was working and just quit..

I have about 15 customers that are are on the POTS side of this blade.

Rhaas
Premium Member
join:2005-12-19
Bernie, MO

Rhaas

Premium Member

Is this the same unit that you can not get into the GUI?
Is the modem Sync'ing up?
wirelessdog
join:2008-07-15
Queen Anne, MD

wirelessdog

Member

Thats what I was curious about. If the POTS side of this isn't working, its just one customer, can't you use a DSL transceiver just for that customer? Have you tested the line?
OHSrob
join:2011-06-08

OHSrob to samrock

Member

to samrock
Have you tried swapping their pair to another port on the DSLAM ?

Also what type of line statistics does the port they are on show ?
samrock
join:2014-11-15
Morgan City, LA

samrock

Member

Ok,

The Customer that is having problems is on port 24.

This customer needs at min 4mb down to remote view his CCTV at his main house when he gets out to his camp.

We will call this customer Jon.

Jon's line was pulled from the F1 patch to be tested in the CO. The line was sent over to my test bench and I get DSL Sync on my 3M DSL tester.

I setup a new ADSL modem and attempted to connect to the Occam, No Go..

I check the configs and it looked as nothing changed.

I had just got a new to us Occam from a seller on ebay that came with the Calix OS7. So I figured what the hay lets upgrade the old one too...

I ran the upgrade and every thing worked fine.. I was able to log in to the unit after the upgrade via the web GUI and CLI. But still did not have port 24 working.

Ok so I copied the config from port 24 to port 1 and set up on my bench again and no go. The DSL modem cannot ping. When i rebooted the Occam to see if it would make things work on this step I lost the login to the web GUI. I can still login to the CLI and make changes but I get wrong login/pass when I attempt to login to the web interface.

I can push SDSL to this customer right now.. Infact jon is running SDSL on his second pair so that he at least has some internet while I sort the ADSL issue..

To me I think I have a BVI config issue or maybe a routing issue. We donot run a BRAS server as all of the connections are bridged.
samrock

samrock

Member

This is the config

 
! Configure System
!
prompt blc
hostname BayouOccam
!
! Configure HTTP
!
http session timeout 60
!
! Configure DNS
!
ip name-server 4.2.2.4
ip name-server 8.8.8.8 backup
!
! Configure Clock
!
clock timezone CST
clock summer-time
!
! Configure EPS
!
eps
 mode vps
 ring path preference pg1
 double-fault path preference pg1
exit
!
! Configure Policy Map(s)
!
policy-map 3Meg
 rate-limit 3.0
exit
!
policy-map 5MEG
 rate-limit 5.0
exit
!
policy-map 7Meg
 rate-limit 7.0
exit
!
! Configure Ethernet Interfaces
!
interface ethernet 1
 duplex auto
 speed auto
 eps access untagged vlan 2
 ingress unknown-unicast rate limit 100
 ingress multicast rate limit 0
 ingress broadcast rate limit 1000
 no shutdown
exit
!
interface ethernet 2
 duplex auto
 speed auto
 eps access untagged vlan 2
 ingress unknown-unicast rate limit 100
 ingress multicast rate limit 0
 ingress broadcast rate limit 1000
 no shutdown
exit
!
interface ethernet 3
 duplex auto
 speed auto
 ingress unknown-unicast rate limit 100
 ingress multicast rate limit 0
 ingress broadcast rate limit 1000
 shutdown
exit
!
interface ethernet 4
 duplex auto
 speed auto
 ingress unknown-unicast rate limit 100
 ingress multicast rate limit 0
 ingress broadcast rate limit 1000
 shutdown
exit
!
interface ethernet 5
 duplex auto
 speed auto
 ingress unknown-unicast rate limit 100
 ingress multicast rate limit 0
 ingress broadcast rate limit 1000
 shutdown
exit
!
interface ethernet 6
 duplex auto
 speed auto
 ingress unknown-unicast rate limit 100
 ingress multicast rate limit 0
 ingress broadcast rate limit 1000
 shutdown
exit
!
interface ethernet 7
 ingress unknown-unicast rate limit 100
 ingress multicast rate limit 0
 ingress broadcast rate limit 1000
 shutdown
exit
!
interface ethernet 8
 ingress unknown-unicast rate limit 100
 ingress multicast rate limit 0
 ingress broadcast rate limit 1000
 shutdown
exit
!
interface ethernet 9
 ingress unknown-unicast rate limit 100
 ingress multicast rate limit 0
 ingress broadcast rate limit 1000
 shutdown
exit
!
interface ethernet 10
 ingress unknown-unicast rate limit 100
 ingress multicast rate limit 0
 ingress broadcast rate limit 1000
 shutdown
exit
!
! Configure BVI Interface(s)
!
interface bvi 1
 ip address dhcp
 eps access untagged vlan 2
 no shutdown
exit
!
interface bvi 2
 shutdown
exit
!
! Configure IP Route
!
ip default-route 10.10.14.1
subscriber multicast priority default
!
! Configure DSL Profile(s)
!
dsl-profile DATA-2meg
 dmt operating-mode AUTO
 dmt encoding trellis
 dmt reed-solomon
 dmt bitswap downstream
 dmt bitswap upstream
 dmt bitrate maximum downstream enable 2000
 dmt bitrate maximum upstream 256
 dmt bitrate minimum downstream 32
 dmt bitrate minimum upstream 32
 dmt impulse-noise-protection downstream 1
 dmt impulse-noise-protection upstream 1
 dmt maximum-delay downstream 20
 dmt maximum-delay upstream 20
 dmt snr-margin downstream 2.0 4.0 6.0 7.0 9.0
 dmt snr-margin upstream 2.0 4.0 6.0 7.0 9.0
 no dmt sra
 dmt sra minimum-downshift-interval 30
 dmt sra minimum-upshift-interval 30
 no dmt retransmission
 dmt retransmission reed-solomon 1
exit
!
dsl-profile DATA-3Meg
 dmt operating-mode AUTO
 dmt encoding trellis
 dmt reed-solomon
 dmt bitswap downstream
 dmt bitswap upstream
 dmt bitrate maximum downstream enable 3000
 dmt bitrate maximum upstream 256
 dmt bitrate minimum downstream 32
 dmt bitrate minimum upstream 32
 dmt impulse-noise-protection downstream 1
 dmt impulse-noise-protection upstream 1
 dmt maximum-delay downstream 20
 dmt maximum-delay upstream 20
 dmt snr-margin downstream 2.0 4.0 6.0 7.0 9.0
 dmt snr-margin upstream 2.0 4.0 6.0 7.0 9.0
 no dmt sra
 dmt sra minimum-downshift-interval 30
 dmt sra minimum-upshift-interval 30
 no dmt retransmission
 dmt retransmission reed-solomon 1
exit
!
!
dsl-profile Data-7Meg
 dmt operating-mode AUTO
 dmt encoding trellis
 dmt reed-solomon
 dmt bitswap downstream
 dmt bitswap upstream
 dmt bitrate maximum downstream enable 7000
 dmt bitrate maximum upstream 256
 dmt bitrate minimum downstream 32
 dmt bitrate minimum upstream 32
 dmt impulse-noise-protection downstream 1
 dmt impulse-noise-protection upstream 1
 dmt maximum-delay downstream 20
 dmt maximum-delay upstream 20
 dmt snr-margin downstream 2.0 4.0 6.0 7.0 9.0
 dmt snr-margin upstream 2.0 4.0 6.0 7.0 9.0
 no dmt sra
 dmt sra minimum-downshift-interval 30
 dmt sra minimum-upshift-interval 30
 no dmt retransmission
 dmt retransmission reed-solomon 1
exit
!
dsl-profile Data5meg
 dmt operating-mode AUTO
 dmt encoding trellis
 dmt reed-solomon
 dmt bitswap downstream
 dmt bitswap upstream
 dmt bitrate maximum downstream enable 5000
 dmt bitrate maximum upstream 5000
 dmt bitrate minimum downstream 32
 dmt bitrate minimum upstream 32
 dmt impulse-noise-protection downstream 1
 dmt impulse-noise-protection upstream 1
 dmt maximum-delay downstream 20
 dmt maximum-delay upstream 20
 dmt snr-margin downstream 2.0 4.0 6.0 7.0 9.0
 dmt snr-margin upstream 2.0 4.0 6.0 7.0 9.0
 no dmt sra
 dmt sra minimum-downshift-interval 30
 dmt sra minimum-upshift-interval 30
 no dmt retransmission
 dmt retransmission reed-solomon 1
exit
!
!
! Configure Access Profile(s)
!
access-profile DATA-3MEG
 service-policy output 3Meg
 dhcp mode snoop
 arp mode none
 arp cache timeout 15
 eps vlan 2
 pppoe mode none
 pppoe stale-detection enabled 5 3
 pppoe discovery-timeout 2 3
 igmp host
exit
!
access-profile Data-1Meg
 service-policy output 3Meg
 dhcp mode snoop
 arp mode none
 arp cache timeout 15
 eps vlan 2
 pppoe mode none
 pppoe stale-detection enabled 5 3
 pppoe discovery-timeout 2 3
exit
!
access-profile Data-3Meg
 service-policy output 7Meg
 dhcp mode snoop
 arp mode none
 arp cache timeout 15
 eps vlan 2
 pppoe mode none
 pppoe stale-detection enabled 5 3
 pppoe discovery-timeout 2 3
exit
!
access-profile Data2meg
 service-policy output 5MEG
 dhcp mode snoop
 arp mode none
 arp cache timeout 15
 eps vlan 2
 pppoe mode none
 pppoe stale-detection enabled 5 3
 pppoe discovery-timeout 2 3
exit
!
! Configure DSL Interfaces
!
interface dsl 1
 dsl profile Data5meg
  service 1
   pvc 0/35
   access profile Data2meg
   no shutdown
  exit
 no shutdown
exit
!
interface dsl 2
 no shutdown
exit
!
interface dsl 3
 no shutdown
exit
!
interface dsl 4
 no shutdown
exit
!
interface dsl 5
 no shutdown
exit
!
interface dsl 6
 no shutdown
exit
!
interface dsl 7
 no shutdown
exit
!
interface dsl 8
 no shutdown
exit
!
interface dsl 9
 no shutdown
exit
!
interface dsl 10
 no shutdown
exit
!
interface dsl 11
 no shutdown
exit
!
interface dsl 12
 no shutdown
exit
!
interface dsl 13
 no shutdown
exit
!
interface dsl 14
 no shutdown
exit
!
interface dsl 15
 no shutdown
exit
!
interface dsl 16
 no shutdown
exit
!
interface dsl 17
 no shutdown
exit
!
interface dsl 18
 dsl profile Data5meg
  service 1
   pvc 0/35
   access profile Data2meg
   no shutdown
  exit
 no shutdown
exit
!
interface dsl 19
 no shutdown
exit
!
interface dsl 20
 no shutdown
exit
!
interface dsl 21
 shutdown
exit
!
interface dsl 22
 shutdown
exit
!
interface dsl 23
 shutdown
exit
!
interface dsl 24
 dsl profile Data5meg
  service 1
   pvc 0/35
   access profile Data2meg
   no shutdown
  exit
 no shutdown
exit
!
interface dsl 25
 shutdown
exit
!
interface dsl 26
 shutdown
exit
!
interface dsl 27
 shutdown
exit
!
interface dsl 28
 shutdown
exit
!
interface dsl 29
 shutdown
exit
!
interface dsl 30
 shutdown
exit
!
interface dsl 31
 shutdown
exit
!
interface dsl 32
 shutdown
exit
!
interface dsl 33
 shutdown
exit
!
interface dsl 34
 shutdown
exit
!
interface dsl 35
 shutdown
exit
!
interface dsl 36
 shutdown
exit
!
interface dsl 37
 shutdown
exit
!
interface dsl 38
 shutdown
exit
!
interface dsl 39
 shutdown
exit
!
interface dsl 40
 shutdown
exit
!
interface dsl 41
 shutdown
exit
!
interface dsl 42
 shutdown
exit
!
interface dsl 43
 shutdown
exit
!
interface dsl 44
 shutdown
exit
!
interface dsl 45
 shutdown
exit
!
interface dsl 46
 shutdown
exit
!
interface dsl 47
 shutdown
exit
!
interface dsl 48
 shutdown
exit
!
! Configure NTI
!
nti
 shutdown
exit
!
! Configure SIP
!
sip
sip interface bvi 1
!
! Configure SIP Profile(s)
!
!
sip-profile VITELITY
 proxy sip32.vitelity.net
 registrar sip32.vitelity.net
 regtime 720
 call-waiting enable
 three-way-calling enable
 caller-id enable
exit
!
! Configure Voice Profile(s)
!
voice-profile pots voip default
 input-gain -1
 output-gain -1
 echo-cancel enable
 echo-tail-length 32
 forward-disconnect 900
 fax-delay 0
 fax-cng-detect enable
 fax-cng-timer 30
 echo-tone-disabler g.165
 modem-codec-bypass enable
 rtp-sig-type nuera2833
 receive-level -3.0
 transmit-level -3.0
 codec-list g726-32k g711ulaw 
exit
!
voice-profile pots voip test
 input-gain 0
 output-gain 0
 echo-cancel enable
 echo-tail-length 128
 forward-disconnect 900
 fax-delay 0
 fax-cng-detect disable
 fax-cng-timer 0
 echo-tone-disabler g.165
 modem-codec-bypass enable
 rtp-sig-type none
 receive-level -3.0
 transmit-level -3.0
 codec-options g711ulaw
  jitter-delay 80
  packetization 40
 exit
exit
!
! Configure Voice Ports
!
voice-port 1
 attach-profile test
 mode sip
  sip
   username UN1
   password PW1
   displayname CX1
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 2
 attach-profile test
 mode sip
  sip
   username UN2
   password PW2
   displayname CX2
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 3
 attach-profile test
 mode sip
  sip
   username UN3
   password PW3
   displayname CX3
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 4
 attach-profile test
 mode sip
  sip
   username UN4
   password PW4
   displayname CX4
   attach-profile VITELITY
 no shutdown
exit
!
voice-port 5
 shutdown
exit
!
voice-port 6
 shutdown
exit
!
voice-port 7
  sip
   attach-profile 4MileBayou
  exit
 shutdown
exit
!
voice-port 8
 shutdown
exit
!
voice-port 9
 attach-profile test
 mode sip
  sip
   username UN9
   password PW9
   displayname CX9
   attach-profile VITELITY
  exit
 shutdown
exit
!
voice-port 10
 shutdown
exit
!
voice-port 11
 shutdown
exit
!
voice-port 12
 shutdown
exit
!
voice-port 13
 attach-profile test
 mode sip
  sip
   username UN13
   password PW13
   displayname CX13
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 14
 attach-profile test
 mode sip
  sip
   username UN14
   password PW14
   displayname CX14
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 15
 shutdown
exit
!
voice-port 16
 shutdown
exit
!
voice-port 17
 attach-profile test
 mode sip
  sip
   username UN17
   password PW17
   displayname CX17
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 18
 shutdown
exit
!
voice-port 19
 attach-profile test
 mode sip
  sip
   username UN19
   password PW19
   displayname CX19
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 20
 attach-profile test
 mode sip
  sip
   username UN20
   password PW20
   displayname CX20
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 21
 attach-profile test
 mode sip
  sip
   username UN21
   password PW21
   displayname CX21
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 22
 shutdown
exit
!
voice-port 23
 attach-profile test
 mode sip
  sip
   username UN23
   password PW23
   displayname CX23
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 24
 attach-profile test
 mode sip
  sip
   username UN24
   password PW24
   displayname CX24
   attach-profile VITELITY
   override sip-profile proxy sip32.vitelity.net
  exit
 no shutdown
exit
!
voice-port 25
 attach-profile test
 mode sip
  sip
   username UN25
   password PW25
   displayname CX25
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 26
 attach-profile test
 mode sip
  sip
   username UN26
   password PW26
   displayname CX26
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 27
 attach-profile test
 mode sip
  sip
   username UN27
   password PW27
   displayname CX27
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 28
 shutdown
exit
!
voice-port 29
 shutdown
exit
!
voice-port 30
 shutdown
exit
!
voice-port 31
 attach-profile test
 mode sip
  sip
   username UN31
   password PW31
   displayname CX31
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 32
 attach-profile test
 mode sip
  sip
   username UN32
   password PW32
   displayname CX32
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 33
 shutdown
exit
!
voice-port 34
 attach-profile test
 mode sip
  sip
   username UN34
   password PW34
   displayname CX34
   attach-profile VITELITY
  exit
 no shutdown
exit
!
voice-port 35
 shutdown
exit
!
voice-port 36
 shutdown
exit
!
voice-port 37
 shutdown
exit
!
voice-port 38
 shutdown
exit
!
voice-port 39
 shutdown
exit
!
voice-port 40
 attach-profile test
 shutdown
exit
!
voice-port 41
 shutdown
exit
!
voice-port 42
 shutdown
exit
!
voice-port 43
 shutdown
exit
!
voice-port 44
 shutdown
exit
!
voice-port 45
 shutdown
exit
!
voice-port 46
 shutdown
exit
!
voice-port 47
 shutdown
exit
!
voice-port 48
 shutdown
exit
!
! Configure MGCP
!
 
! 
! Configure NTP Date Server
! 
ntp date-server 72.26.198.240
ntp date-server 63.240.161.99
!
! Configure NSP
!
!
! Configure SNMP
!
snmp-server name BayouOccam
snmp-server enable traps all
 
 
wirelessdog
join:2008-07-15
Queen Anne, MD

wirelessdog to samrock

Member

to samrock
Maybe I'm reading something wrong, you have Sync just no data and the SDSL is operating on a different hardware endpoint not the Occam?

Shouldn't you port 24 also be in Vlan 2?
samrock
join:2014-11-15
Morgan City, LA

samrock

Member

The SDSL is operating out of a Copper Mountan CE150.. He has SDSL because the ADSL from the Occam quit working..

No port 24 should not be in vlan 2, or at least what I can get from the manual.

The DSL ports are set up to use access profile that is linked to vlan 2.

If there is another way to make it work I am all ears...

Rhaas
Premium Member
join:2005-12-19
Bernie, MO

Rhaas

Premium Member

Is the Modem syncing though??

--
If the modem is not syncing then you need to look at the DSL profiles
--
If the modem is syncing but not passing traffic it is a different issue..
samrock
join:2014-11-15
Morgan City, LA

samrock

Member

Yes the modem is syncing.

I am fairly sure its a configuration issue at this point. The odd thing is it has been working for 10 months. I think I missed something when it was set up months ago, or I entered something in the config and did not write out and it was lost during a reboot.

As far as the GUI I don't know what happened, And I don't see any thing in the manual about setting a GUI password by hand.

Sam

Rhaas
Premium Member
join:2005-12-19
Bernie, MO

Rhaas

Premium Member

You said it was a new modem correct?

I'm not sure if the 6252's started support PTM in version 7 - none of our 6252's are running version 7. This is from a VDSL card.

access-profile BPS
 s-vid 40
 dhcp mode none
 arp mode none
 arp cache timeout 15
 pppoe mode none
 mac limit 16
exit
!
dsl-profile 3M_Standard
 dmt s-equals-half
 dmt bitrate maximum downstream 3618
 dmt bitrate maximum upstream 608
 dmt bitrate minimum downstream 1536
 dmt bitrate minimum upstream 256
 dmt snr-margin downstream 2.0 4.0 6.0 7.0 20.0
 dmt snr-margin upstream 2.0 4.0 6.0 7.0 20.0
 dmt retransmission reed-solomon downstream 1
 dmt retransmission reed-solomon upstream 1
 dmt impulse-noise-protection downstream 0
 dmt impulse-noise-protection upstream 0
 dmt maximum-delay downstream 0
 dmt maximum-delay upstream 0
 dmt sra downstream
 dmt sra upstream
exit
!
!
interface dsl 1
 dsl profile 3M_Standard
 tpstc mode atm
  service 1
   access profile BPS
   match vlan 40
   pvc 0/35
   no shutdown
  exit
 no shutdown
exit
!
 

Try to set the 'tpstc mode atm' on the port - this will lock the port to ATM.
We had customers working for years but swap in a new modem and have a sync - no surf issue. The DSLAM and modems began supporting PTM about a year ago but we only setup ATM in the modem. The two would come up in PTM mode by default.

* You could also configure the modem as PTM.
--
Also notice the 'match vlan 40' under the services section. We use vlan 40 for data on this particular segment of our network.
samrock
join:2014-11-15
Morgan City, LA

samrock

Member

The customer was running a old Westell 6100 when the service went down. I attempted to install another 6100 and it would not work so I installed a new Asus N10-US

I will be out in the Bayou Market in the morning and I will try your config.

Sam