Cisco 878

Hello everybody,
I would like to learn more about Cicso hardware, and the best way is to try and play with the hardware.
I have a Cisco 878 router, we used this router for an Internet Access connection.
I think the best way is to reset the router to it's default factory settings and upgrade the firmware before I start setting up the device.
I have an Ip-address, but telnet and ssh are not possible.
So I have a few questions, and I hope you guys can help me with this:
a. how can I reset the router?
b. how can I flash the firmware?
c. how can I setup the Cisco Router?
I would like to use the router for the following purpose: VLAN routing with two 3COM Layer 2 switches.
And I would like to setup the Cicso Router to get an IP address from my Cable Modem through ethernet, is this possible?
Because I know this model is for an symmetrical High-Data-Rate DSL (G.SHDSL) (4-wire), 4-port managed switch!!!
Configuration on the switches:
- LinkAggregation: Port 25:
- VLAN1 - Port 1 (managed)
- VLAN10 - Port 2-11 untagged, AL1 tagged
- VLAN11 - Port 12-24 untagged, AL1 tagged
The switches are connected from port 25 on switch 1 and port 25 on switch 2, the devices on VLAN10 Switch 1 can communicate with the devices on VLAN 10 on Switch 2, but routing between VLAN10 and VLAN11 is not possible.
So I would like to use the Cicso Router for the routing between the VLANS, is this possible?
If yes, is it possible to configure which traffic is possible between VLAN10 and VLAN11?
For clients it must be possible to connect to devices in VLAN10 and VLAN11 and Internet.
IP configuration:
VLAN1: 192.168.100.0/24
VLAN10: 192.168.1.0/24
VLAN11: 192.168.2.0/24
Client in VLAN 10 while have a static IP-address or while have an IP-addreess through DHCP, can DHCP be done by the Cisco Router?
I hope you guys have a good picture, and I hope to get some answers to get started.
Kind regards,
Martin.

Hello everybody,
I would like to learn more about Cicso hardware, and the best way is to try and play with the hardware.
I have a Cisco 878 router, we used this router for an Internet Access connection.
I think the best way is to reset the router to it's default factory settings and upgrade the firmware before I start setting up the device.
I have an Ip-address, but telnet and ssh are not possible.
So I have a few questions, and I hope you guys can help me with this:
a. how can I reset the router?
b. how can I flash the firmware?
c. how can I setup the Cisco Router?
I would like to use the router for the following purpose: VLAN routing with two 3COM Layer 2 switches.
And I would like to setup the Cicso Router to get an IP address from my Cable Modem through ethernet, is this possible?
Because I know this model is for an symmetrical High-Data-Rate DSL (G.SHDSL) (4-wire), 4-port managed switch!!!
Configuration on the switches:
- LinkAggregation: Port 25:
- VLAN1 - Port 1 (managed)
- VLAN10 - Port 2-11 untagged, AL1 tagged
- VLAN11 - Port 12-24 untagged, AL1 tagged
The switches are connected from port 25 on switch 1 and port 25 on switch 2, the devices on VLAN10 Switch 1 can communicate with the devices on VLAN 10 on Switch 2, but routing between VLAN10 and VLAN11 is not possible.
So I would like to use the Cicso Router for the routing between the VLANS, is this possible?
If yes, is it possible to configure which traffic is possible between VLAN10 and VLAN11?
For clients it must be possible to connect to devices in VLAN10 and VLAN11 and Internet.
IP configuration:
VLAN1: 192.168.100.0/24
VLAN10: 192.168.1.0/24
VLAN11: 192.168.2.0/24
Client in VLAN 10 while have a static IP-address or while have an IP-addreess through DHCP, can DHCP be done by the Cisco Router?
I hope you guys have a good picture, and I hope to get some answers to get started.
Kind regards,
Martin.

Similar Messages

  • Cisco 878 "priv" command password recovery in Rommon mode

    Hi,
    There was " Cookie information corrupt" error on cisco 878 and I enter cookie information with cookie command. The priv command password is "0000" when all cookies zero, but I inserted wrong cookies . I want to edit cookie information. The priv command password changed and I can't edit cookie informations.
    How can I recovery priv command password in rommon ?
    Thanks for help,

    Hi friends,
    I solved problem.   You must add the first five numbers in 16-bit hex in cookies :
    Sample :
    00
    01
    +
    00
    30
    +
    85
    d7
    +
    e0
    60
    +
    0a
    ff
    =        17167
    The password is only four characters, so remove the most significant bit  and the password is 7167.

  • Cisco 878 router for ADSL connectivity

    Hi All,
    I got a Cisco 878-k9 G.SHDSL router. I am trying to configure to get connectivity to my Service Provider.
    Earlier i have configured Cisco 877 router serval times. But Cisco 878 for the first time. There is a DSL
    controller in 878 rtr. I think i m missing something somewhere.
    Below is the config that i have done
    controller DSL 0
    mode atm
    loopback digital
    dsl-mode shdsl symmetric annex A
    line-rate auto
    line-term cpe
    line-mode 2-wire line-one
    ip cef
    ip dhcp excluded-address 192.168.10.1 192.168.10.10
    ip dhcp pool INSIDE-Pool
       import all
       network 192.168.10.0 255.255.255.0
       default-router 192.168.10.1
       dns-server 212.77.192.59 212.77.192.60
       lease 8
    interface ATM0
    description (Outside Public Interface)
    no shutdown
    no ip address
    load-interval 30
    no atm ilmi-keepalive
    pvc 8/35             
    encapsulation aal5mux ppp dialer
    dialer pool-member 1
    interface Dialer0
    ip address negotiated
    no ip redirects
    no ip proxy-arp
    no ip unreachables
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    ip route-cache flow
    dialer pool 1
    dialer-group 1
    no cdp enable
    ppp authentication chap callin
    ppp chap hostname p4411XXXX
    ppp chap password qatarXXXX
    ppp pap sent-username p44114032 password 0 qatarXXXX
    no sh
    ip route 0.0.0.0 0.0.0.0 Dialer0
    no ip http server
    ip nat inside source list 101 interface Dialer0 overload
    access-list 1 permit any
    access-list 101 deny ip 192.168.0.0 0.0.255.255 10.10.0.0 0.0.255.255
    access-list 101 permit ip 192.168.0.0 0.0.255.255 any
    dialer-list 1 protocol ip permit

    i have an adsl line
    i try to configure the router 878
    but no connection ,, kann u tel me how do u have resolve the probleme please
    this is the running config
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname cisco2
    boot-start-marker
    boot-end-marker
    no logging buffered
    aaa new-model
    aaa authentication login default local
    aaa authorization exec default local
    aaa session-id common
    resource policy
    clock timezone EST -5
    clock summer-time EDT recurring 2 Sun Mar 2:00 1 Sun Nov 2:00
    ip subnet-zero
    ip cef
    ip name-server 212.217.0.1
    ip name-server 212.217.0.12
    ip name-server 212.217.1.1
    ip ddns update method sdm_ddns1
     DDNS both
    vpdn enable
    vpdn-group pppoe
    crypto pki trustpoint TP-self-signed-201735762
     enrollment selfsigned
     subject-name cn=IOS-Self-Signed-Certificate-201735762
     revocation-check none
     rsakeypair TP-self-signed-201735762
    crypto pki certificate chain TP-self-signed-201735762
     certificate self-signed 01
      3082023D 308201A6 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
      30312E30 2C060355 04031325 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 32303137 33353736 32301E17 0D303230 33303130 32353235
      375A170D 32303031 30313030 30303030 5A303031 2E302C06 03550403 1325494F
      532D5365 6C662D53 69676E65 642D4365 72746966 69636174 652D3230 31373335
      37363230 819F300D 06092A86 4886F70D 01010105 0003818D 00308189 02818100
      A62304BC 27194971 2A4FAEB3 9D57240E 26EDED2A 1674FF9A 7CBBB8F2 85245C3B
      C4DDBBF8 F8A67D31 5FDCBD11 72A2735D 9E8FC84B 17B55C71 43C10E41 ACC50BEC
      FCE8D9EE 6D2B0B55 9BD5B62C 3981506F 04B92C25 CA4C307E BC6A6A5F 4FBEF0EE
      05FEFA57 C7D879FD 79EF442F 121D6393 57E96F31 5414D1D5 4FADFBC0 95C9EAB3
      02030100 01A36730 65300F06 03551D13 0101FF04 05300301 01FF3012 0603551D
      11040B30 09820763 6973636F 322E301F 0603551D 23041830 16801418 6C8FED13
      FFD7B2FB F6FA47E7 682B0093 FAE2AC30 1D060355 1D0E0416 0414186C 8FED13FF
      D7B2FBF6 FA47E768 2B0093FA E2AC300D 06092A86 4886F70D 01010405 00038181
      007C867C AC28A7F0 4BDD261C 81A71F1D E0671C28 F4724F5D ED1FE702 BCE234D9
      1F85FE90 4D0AD23E 9904CBF9 D44A8CD5 0F5515BB 8FEEE4BB FF9795E1 7770B60A
      E37455CC D6606EAF E0EAEEA4 932F55E6 91C6F87F 1D022203 08AD7C78 4DCF5AEA
      819D2367 2B5054CC 695A4EF5 BC9ADA26 F7803106 E94BD666 179EB3DF 4CDE4CB8 1C
      quit
    username xxxxx privilege 15 password 0 xxxxx
    controller DSL 0
     mode atm
     line-term co
     line-mode 4-wire standard
     dsl-mode shdsl symmetric annex B
     ignore-error-duration  15
     line-rate 4608
    interface BRI0
     no ip address
     encapsulation hdlc
     shutdown
    interface ATM0
     no ip address
     ip nat outside
     ip virtual-reassembly
     no atm ilmi-keepalive
    interface ATM0.1 point-to-point
     pvc 8/35
      pppoe-client dial-pool-number 1
    interface FastEthernet0
    interface FastEthernet1
    interface FastEthernet2
    interface FastEthernet3
    interface Vlan1
     description lan
     ip address 192.168.1.5 255.255.255.0
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip nat inside
     ip virtual-reassembly
     ip route-cache flow
     ip tcp adjust-mss 1412
    interface Dialer1
     ip ddns update hostname xxxx.dyndns.org
     ip ddns update sdm_ddns1
     ip address negotiated
     ip mtu 1452
     encapsulation ppp
     dialer pool 1
     dialer-group 1
     no cdp enable
     ppp authentication chap pap callin
     ppp chap hostname xxxxx
     ppp chap password 0 xxxxx
     ppp pap sent-username xxxxx password 0 xxxxx
    interface Dialer0
     no ip address
    ip classless
    ip http server
    ip http access-class 24
    ip http authentication local
    ip http secure-server
    ip nat inside source list 1 interface Dialer0 overload
    ip access-list extended to-sip-servers
     remark --- traffic to any sip server
     permit udp 192.168.1.0 0.0.0.255 any eq 5060
    access-list 1 permit 0.0.0.0 255.255.255.0
    access-list 1 permit 192.168.1.0 0.0.0.255
    dialer-list 1 protocol ip permit
    snmp-server community public RO
    no cdp run
    control-plane
    banner motd ^CINE welcome
    banner ^C
    line con 0
     no modem enable
    line aux 0
    line vty 0 4
     password cisco
    scheduler max-task-time 5000
    end

  • OID noise margin cisco 878

    Hello
    What is the OID of the noise margin for the cisco 878?
    I have found in the MIB of router the parameter hdsl2ShdslEndpointCurrSnrMgn but the snmpwalk query does not match the show controller dsl 0!
    Any ideas?
    PD:
    # show controllers dsl 0
    Transmit Power:  13.5 dB
    Receiver Gain:  14.420 dB
    SNR Sampling:  34.2500 dB
    hdsl2ShdslEndpointCurrSnrMgn
    1.3.6.1.2.1.10.48.1.5.1.2
    snmpwalk -c public -v 1 host 1.3.6.1.2.1.10.48.1.5.1.2
    SNMPv2-SMI::transmission.48.1.5.1.2.14.1.2.1 = INTEGER: 0
    SNMPv2-SMI::transmission.48.1.5.1.2.14.2.1.1 = INTEGER: 12
    Sorry for my english.
    Thank you!

    Thank you for your question.  This community is for Cisco Small Business products and your question is in reference to a Cisco Elite/Classic product.  Please post your question in the Cisco NetPro forums located here: 
    http://forum.cisco.com/eforum/servlet/NetProf;jsessionid=E0EEC3D9CB4E5165ED16933737822748.SJ3A?page=Network_Infrastructure_discussion   This forum has subject matter experts on Cisco Elite/Classic products that may be able to answer your question.
    THANKS

  • Cisco 878 port forwarding not working

    I've configged ports to map for smtp, http, ftp, pop3 and https.
    When telnetting to the router and checking on the router with show ip nat translation, the correct mappings are made.
    The telnet session with the machine behind the router is not established however.
    Telnetting from the router to the same machine on the correct ports does work.
    At first I thought it was a config error, but the ip nat config is working fine on other routers.
    I then put the config on a new 878, thinking some hardware problem. That didn't help, so I'm back at thinking it's a config error.
    See attached file for logging and ip nat output as well as config.
    Many thanks in advance.
    Wouter

    No, the ranges are not the same. That is, they share the same B-class stats, but no C-class.
    Incidentally, the extendable parameter is present in this ios version. When I change the parameter interface dialer0 to the ip address associated with the interface, extendable is addedd automatically. No joy however.
    Today I'm going to try and downgrade the ios, another router with 12.4(4)T1 does have functional port mappings....

  • Cisco 878 GSHDSL line rate

    I have had a problem recently with an 878 using SDSL.
    I recently lost connection to the device after a thunderstorm and assumed either a tail problem or a blown modem.
    After several tests by BT the line passed as clear and after changing the 878, there was still no connection.
    Reviewing my RANCID configs for the past 6 months shows that the config on the Controller DSL 0 changed over time. I originally set the line rate to auto, which was lated changed to hard code 2304k. This I have no problem with....unfortunately thats not the end of it.
    The latest config (which was applied to the new router) shows the line rate at 1152k. When I double checked that yesterday, it had changed to 576k. Now, there has been no outside intervention, only I have access. The logs show nothing to prove that anything changed.
    I have fixed the issue by resetting the line rate to auto, but what I need to know or understand is how has this changed without my intervention. This is not a negotiated rate as far as I was aware.
    I would appreciate any help. Thanks

    The only thing that I can think of is a software glitch. I cannot compare the startup config but considering the original router was rebooted several times and the line rate came back as 1152, I must assume that the startup had been altered as well.
    I obviously need to find a cause for this for 2 reasons.
    1/ I need to write a report on this
    2/ To stop me from going mad
    Cheers

  • PPP and virtual-access2 is down, please help

    Dear All,
    Since yesterday we have problems with our Cisco 878 SDSL router/modem. We make use of a standard script from our ISP (KPN.com). When we have uploaded the script by Windows Terminal, the router is unable to establish a ppp connection with our ISP. Virtual-access2 link is up, but the protocol is down.
    Please find underneath the standard script from KPN.com. Please help we have already lost 1 day with "trial and error" and the service and support is not that great from our ISP.
    Thanks in advance for your reply.
    Cheers.
    FYI
    version 12.4
    no service pad
    service timestamps debug datetime localtime
    service timestamps log datetime localtime
    service password-encryption
    no service udp-small-servers
    no service tcp-small-servers
    no service dhcp
    hostname IDSL-ADV-Cust-CPE-SDSL
    logging rate-limit console 10 except errors
    boot-start-marker
    boot-end-marker
    ip subnet-zero
    ip cef
    no ip dhcp-client network-discovery
    ip dhcp pool IAS
    import all
    origin ipcp
    ip name-server 194.151.228.18
    ip name-server 194.151.228.34
    controller DSL 0
    mode atm
    line-term cpe
    line-mode auto
    dsl-mode shdsl symmetric annex B
    interface BRI0
    no ip address
    encapsulation hdlc
    shutdown
    interface ATM0
    no ip address
    no shutdown
    no atm ilmi-keepalive
    interface ATM0.1 point-to-point
    description To IAS over ADSL Access Router
    pvc 2/32
    encapsulation aal5mux ppp dialer
    dialer pool-member 1
    interface FastEthernet0
    interface FastEthernet1
    interface FastEthernet2
    interface FastEthernet3
    interface Vlan1
    ip address pool IAS
    ip verify unicast reverse-path
    no shutdown
    no cdp enable
    hold-queue 32 in
    interface Dialer0
    ip address negotiated
    ip verify unicast reverse-path
    encapsulation ppp
    dialer pool 1
    dialer-group 1
    no cdp enable
    ppp authentication chap callin
    ppp chap hostname KPN
    ppp chap password xx
    ppp pap sent-username kpn password xxx
    ppp ipcp dns request
    ppp ipcp mask request
    ppp ipcp address accept
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer0
    no ip http server
    no ip http secure-server
    control-plane
    scheduler max-task-time 5000
    end

    Hi,
    beside that the proposed config has no NAT, it appears fine. Can you send output of "show dsl interface" and "show atm PVC 2/35".

  • Service-policy output voice-only

    Hi, when i enter "service-policy output voice-only" in int BVI1 on a Cisco 878 (G.SHDSL), it throws an error saying, "Class Based Weighted Fair Queueing not supported"
    Can i put this line in int ATM0 ?

    Hi,
    It should be done as follows:
    Remove BVI and "bridge irb". Configure an ATM subinterface point-to-point with the IP address, "atm route-bridging" and PVC. Under PVC apply the service policy.
    please rate post if it helps!

  • Frag 8 bytes earlier: case 1 VPN

    Was looking to understand MTU size in this ticket https://supportforums.cisco.com/thread/2067814
    Now I understand how it's work but when i try to test it, found this strange behavior.
    The MTU tunel is 1446, I'm trying to do a ping from a linux box to another one.
      linux box client -- cisco 877 (vpn end punt) ---- internet ---- cisco 878 (nat static) -- linux vpn server -- linux box
    1446 (MTU) -20 (ip header) -8 (icmp header) = 1418
    So I should be able to send a ping a 1418 bytes of data without frag, but in fact the frag start with 1411 bytes of data ping.
    ping -c 1 -s 1410 192.168
        Tot ok
    ping -c 1 -s 1411 192.168
        The tcpdump are allright , but have in the tunel frag.
    Do somebody have the same problem ?
    Any solutions ?
    Best regards.

    Seems to be a problem between us and our provider.
      upload MTU 1500
      download MTU lower than 1500.
    When i correct this I will post a comment to explain the result.
    Really sorry for the noise.

  • Strange issue - unable to establish PPP with Cisco 887 VAG router on one particular ADSL line

    I have a strange problem that I’m struggling to get to the bottom of with my ISP and wondered if anyone could help.
    We have a site with an older Cisco 877 ADSL router which was working happily until a few weeks ago when the connection dropped suddenly (out-of-hours at 2am if that’s of any significance – made me think most likely something carrier/ISP related?)    When connectivity was lost, the router could sync with the BT exchange (we are in the UK) but could not establish PPP.
    We logged fault with our ISP – after some to’ing and fro’ing, they passed it onto BT and their engineers visited site, they fixed “a line fault” (we don’t get much detail on what was actually fixed) but we still could not establish connectivity – same thing, solid CD light but no PPP.
    So, we replaced the router with another 877 – same again, solid CD but no PPP.  We replaced all the cables and microfilter etc but no difference. 
    We tried a different Cisco router (a newer Cisco 887VAG) which, as I understand, uses a different modem chipset but no matter – PPP could still not be established.  We tested this router on another ADSL line with the same ISP and it worked without issue, using the same ADSL account details, it was able to establish connectivity.  So we figured this must still be a BT/ISP issue.
    Since then we’ve had BT out again twice but they say there is no fault.  The ISP say there is no issue with them.  But we still cannot establish ADSL connectivity on this line, despite having tried 3 different ADSL routers and despite the fact the routers work with the same account details on another ADSL line.
    The 887VAG router we have currently connected has 3G backup so that is keeping us going in the meantime and also means I can login to the router remotely to check on the ADSL status. 
    But I’m struggling to pinpoint where the problem may lie.   Strangely, if I turn on PPP negotiation and authentication debug then I’m not actually seeing any output from it at all?
    Yet, the ATM interface is up and shows packets being sent and received:
    ATM0 is up, line protocol is up
      Hardware is MPC ATMSAR, address is bc16.6596.9b00 (bia bc16.6596.9b00)
      MTU 1600 bytes, sub MTU 1600, BW 704 Kbit/sec, DLY 520 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ATM, loopback not set
      Keepalive not supported
      Encapsulation(s): AAL5
      4 maximum active VCs, 1024 VCs per VP, 1 current VCCs
      VC Auto Creation Disabled.
      VC idle disconnect time: 300 seconds
      Last input 00:00:28, output 00:00:07, output hang never
      Last clearing of "show interface" counters 6d23h
      Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: Per VC Queueing
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         23886 packets input, 1676964 bytes, 0 no buffer
         Received 0 broadcasts (0 IP multicasts)
         0 runts, 0 giants, 0 throttles
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
         56469 packets output, 4418592 bytes, 0 underruns
         0 output errors, 0 collisions, 6 interface resets
         0 unknown protocol drops
         0 output buffer failures, 0 output buffers swapped out
    Does anyone have any ideas on where the problem may be and what more I can do to troubleshoot and provide the relevant evidence to our ISP (assuming it is an ISP/BT issue though the fact the same router works ok with the exact same details etc would seem to indicate it must be their issue!)

    Hi Jody,
    thanks for the suggestions.  Here's what I see from the ppp debugs (but I'm not sure how to interpret?)
    Jan  6 14:50:22.838: pppoe_send_padi:
    contiguous pak, size 74
             00 01 09 00 AA AA 03 00 80 C2 00 07 00 00 FF FF
             FF FF FF FF BC 16 65 96 9B 00 88 63 11 09 00 00
             00 10 01 01 00 00 01 03 00 08 0C 00 00 01 00 00
             04 A3 00 00 00 00 00 00 00 00 00 00 00 00 00 00
             00 00 00 00 00 00 00 00 ...
    Jan  6 14:50:22.878: PPPoE 0: I PADO  R:0030.8810.000b L:bc16.6596.9b00 0/38  ATM0.1
    contiguous pak, size 71
             BC 16 65 96 9B 00 00 30 88 10 00 0B 88 63 11 07
             00 00 00 33 01 03 00 08 0C 00 00 01 00 00 04 A3
             01 02 00 1F 62 72 61 73 2D 72 65 64 37 2E 6C 73
             2D 62 61 73 2D 42 32 32 36 45 34 37 30 39 45 30
             31 34 5A 01 01 00 00
    Jan  6 14:50:24.885: OUT PADR from PPPoE Session
    contiguous pak, size 85
             00 01 09 00 AA AA 03 00 80 C2 00 07 00 00 00 30
             88 10 00 0B BC 16 65 96 9B 00 88 63 11 19 00 00
             00 33 01 03 00 08 0C 00 00 01 00 00 04 A3 01 02
             00 1F 62 72 61 73 2D 72 65 64 37 2E 6C 73 2D 62
             61 73 2D 42 32 32 36 45 ...
    Jan  6 14:50:35.125: OUT PADR from PPPoE Session
    contiguous pak, size 85
             00 01 09 00 AA AA 03 00 80 C2 00 07 00 00 00 30
             88 10 00 0B BC 16 65 96 9B 00 88 63 11 19 00 00
             00 33 01 03 00 08 0C 00 00 01 00 00 04 A3 01 02
             00 1F 62 72 61 73 2D 72 65 64 37 2E 6C 73 2D 62
             61 73 2D 42 32 32 36 45 ...
    Jan  6 14:50:45.364: OUT PADR from PPPoE Session
    contiguous pak, size 85
             00 01 09 00 AA AA 03 00 80 C2 00 07 00 00 00 30
             88 10 00 0B BC 16 65 96 9B 00 88 63 11 19 00 00
             00 33 01 03 00 08 0C 00 00 01 00 00 04 A3 01 02
             00 1F 62 72 61 73 2D 72 65 64 37 2E 6C 73 2D 62
             61 73 2D 42 32 32 36 45 ...
    Jan  6 14:50:55.603: OUT PADR from PPPoE Session
    contiguous pak, size 85
             00 01 09 00 AA AA 03 00 80 C2 00 07 00 00 00 30
             88 10 00 0B BC 16 65 96 9B 00 88 63 11 19 00 00
             00 33 01 03 00 08 0C 00 00 01 00 00 04 A3 01 02
             00 1F 62 72 61 73 2D 72 65 64 37 2E 6C 73 2D 62
             61 73 2D 42 32 32 36 45 ...
    Jan  6 14:51:05.843: OUT PADR from PPPoE Session
    contiguous pak, size 85
             00 01 09 00 AA AA 03 00 80 C2 00 07 00 00 00 30
             88 10 00 0B BC 16 65 96 9B 00 88 63 11 19 00 00
             00 33 01 03 00 08 0C 00 00 01 00 00 04 A3 01 02
             00 1F 62 72 61 73 2D 72 65 64 37 2E 6C 73 2D 62
             61 73 2D 42 32 32 36 45 ...
    Jan  6 14:51:16.114: OUT PADR from PPPoE Session
    contiguous pak, size 85
             00 01 09 00 AA AA 03 00 80 C2 00 07 00 00 00 30
             88 10 00 0B BC 16 65 96 9B 00 88 63 11 19 00 00
             00 33 01 03 00 08 0C 00 00 01 00 00 04 A3 01 02
             00 1F 62 72 61 73 2D 72 65 64 37 2E 6C 73 2D 62
             61 73 2D 42 32 32 36 45 ...
    Jan  6 14:51:26.353: [0]PPPoE 0: O PADT  R:0000.0000.0000 L:0000.0000.0000 0/38  ATM0.1
    contiguous pak, size 74
             00 01 09 00 AA AA 03 00 80 C2 00 07 00 00 00 00
             00 00 00 00 00 00 00 00 00 00 88 63 11 A7 00 00
             00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
             00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
             00 00 00 00 00 00 00 00 ...
    Jan  6 14:51:46.576: pppoe_send_padi:
    contiguous pak, size 74
             00 01 09 00 AA AA 03 00 80 C2 00 07 00 00 FF FF
             FF FF FF FF BC 16 65 96 9B 00 88 63 11 09 00 00
             00 10 01 01 00 00 01 03 00 08 0C 00 00 01 00 00
             04 A3 00 00 00 00 00 00 00 00 00 00 00 00 00 00
             00 00 00 00 00 00 00 00 ...
    Jan  6 14:51:46.608: PPPoE 0: I PADO  R:0030.8810.000b L:bc16.6596.9b00 0/38  ATM0.1
    contiguous pak, size 71
             BC 16 65 96 9B 00 00 30 88 10 00 0B 88 63 11 07
             00 00 00 33 01 03 00 08 0C 00 00 01 00 00 04 A3
             01 02 00 1F 62 72 61 73 2D 72 65 64 37 2E 6C 73
             2D 62 61 73 2D 42 32 32 36 45 34 37 30 39 45 30
             31 34 5A 01 01 00 00
    Provider wouldn't have bumped us from ADSL to VDSL - but here's the output of show controller vdsl 0:
    Controller VDSL 0 is UP
    Daemon Status:           Up
                            XTU-R (DS)              XTU-C (US)
    Chip Vendor ID:         'BDCM'                   'IFTN'
    Chip Vendor Specific:   0x0000                   0x71C8
    Chip Vendor Country:    0xB500                   0xB500
    Modem Vendor ID:        'CSCO'                   '    '
    Modem Vendor Specific:  0x4602                   0x0000
    Modem Vendor Country:   0xB500                   0x0000
    Serial Number Near:    FCZ1111C08V C887VAG 15.2(4)M
    Serial Number Far:
    Modem Version Near:    15.2(4)M
    Modem Version Far:     0x71c8
    Modem Status:            TC Sync (Showtime!)
    DSL Config Mode:         AUTO
    Trained Mode:            G.992.1 (ADSL) Annex A
    TC Mode:                 ATM
    Selftest Result:         0x00
    DELT configuration:      disabled
    DELT state:              not running
    Trellis:                 ON                       ON
    SRA:                     disabled                        disabled
     SRA count:              0                       0
    Bit swap:                enabled                         enabled
     Bit swap count:         1                       8
    Line Attenuation:        54.5 dB                 31.5 dB
    Signal Attenuation:      54.5 dB                  0.0 dB
    Noise Margin:             6.7 dB                 11.0 dB
    Attainable Rate:        2132 kbits/s             888 kbits/s
    Actual Power:            16.7 dBm                12.7 dBm
    Total FECC:             546                      0
    Total ES:               6                        0
    Total SES:              0                        0
    Total LOSS:             0                        0
    Total UAS:              486                      486
    Total LPRS:             0                        0
    Total LOFS:             0                        0
    Total LOLS:             0                        0
    Full inits:             14
    Failed full inits:      1
    Short inits:            0
    Failed short inits:     1
    Firmware        Source          File Name (version)
    VDSL            user config     flash:vdsl.bin-A2pv6C035d_d23j (10)
    Modem FW  Version:      110802_1752-4.02L.03.A2pv6C035d.d23j
    Modem PHY Version:      A2pv6C035d.d23j
    Vendor Version:
                      DS Channel1     DS Channel0   US Channel1       US Channel0
    Speed (kbps):             0             1664             0               704
    SRA Previous Speed:       0                0             0                 0
    Previous Speed:           0             1600             0               736
    Total Cells:              0          2786872             0                 0
    User Cells:               0               68             0                 0
    Reed-Solomon EC:          0              546             0                 0
    CRC Errors:               0                9             0                 0
    Header Errors:            0               10             0                 0
    Interleave (ms):       0.00             8.00          0.00              8.00
    Actual INP:            0.00             1.12          0.00              1.28
    Training Log :  Stopped
    Training Log Filename : flash:vdsllog.bin
    And here's the output from the ATM and dialer interfaces:
    interface ATM0
     no ip address
     ip flow ingress
     no atm ilmi-keepalive
    end
    interface ATM0.1 point-to-point
     ip flow ingress
     pvc 0/38
      pppoe-client dial-pool-number 2
    end
    interface Dialer2
     description OUTSIDE
     ip address negotiated
     ip access-group firewall in
     ip mtu 1492
     ip flow ingress
     ip nat outside
     ip inspect DEFAULT100 out
     ip virtual-reassembly in
     encapsulation ppp
     dialer pool 2
     dialer-group 2
     ppp authentication chap callin
     ppp chap hostname ###removed###
     ppp chap password ###removed###
     no cdp enable
     crypto map dcvpn
    end
    As I say though, config-wise, everything should be correct - the same router works fine on another line (which should also confirm the authentication details are correct - at least in as far as it matches what the ISP have on their RADIUS)
    Any further thoughts?

  • Troubleshoot Cisco Airlap 1242 with WLC 4400 Series LWAPP_CLIENT_ERROR_DEBUG: spamHandleCfgReqTimer: Did not recieve the Config response

    I have a Problem with my new AIRLAP 1242 to connect with WLC 4400
    after debug in my airlap it shows :
    Reset done!
    ethernet link up, 100 mbps, full-duplex
    Ethernet port 0 initialized: link is up
    Loading "flash:/c1240-k9w8-mx.123-7.JX8/c1240-k9w8-mx.123-7.JX8"...######################################################################################################################################################################################################################################
    File "flash:/c1240-k9w8-mx.123-7.JX8/c1240-k9w8-mx.123-7.JX8" uncompressed and installed, entry point: 0x3000
    executing...
                  Restricted Rights Legend
    Use, duplication, or disclosure by the Government is
    subject to restrictions as set forth in subparagraph
    (c) of the Commercial Computer Software - Restricted
    Rights clause at FAR sec. 52.227-19 and subparagraph
    (c) (1) (ii) of the Rights in Technical Data and Computer
    Software clause at DFARS sec. 252.227-7013.
               cisco Systems, Inc.
               170 West Tasman Drive
               San Jose, California 95134-1706
    Cisco IOS Software, C1240 Software (C1240-K9W8-M), Version 12.3(7)JX8, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2007 by Cisco Systems, Inc.
    Compiled Mon 19-Mar-07 01:42 by hqluong
    Image text-base: 0x00003000, data-base: 0x004051E0
    Initializing flashfs...
    flashfs[1]: 9 files, 3 directories
    flashfs[1]: 0 orphaned files, 0 orphaned directories
    flashfs[1]: Total bytes: 15998976
    flashfs[1]: Bytes used: 5062144
    flashfs[1]: Bytes available: 10936832
    flashfs[1]: flashfs fsck took 4 seconds.
    flashfs[1]: Initialization complete....done Initializing flashfs.
    cisco AIR-LAP1242AG-E-K9   (PowerPCElvis) processor (revision A0) with 24566K/8192K bytes of memory.
    Processor board ID FCW1411U0FZ
    PowerPCElvis CPU at 266Mhz, revision number 0x0950
    Last reset from power-on
    1 FastEthernet interface
    2 802.11 Radio(s)
    32K bytes of flash-simulated non-volatile configuration memory.
    Base ethernet MAC Address: 68:EF:BD:5F:9A:18
    Part Number                          : 73-10256-07
    PCA Assembly Number                  : 800-26918-06
    PCA Revision Number                  : A0
    PCB Serial Number                    : FOC14093XU3
    Top Assembly Part Number             : 800-29152-03
    Top Assembly Serial Number           : FCW1411U0FZ
    Top Revision Number                  : A0
    Product/Model Number                 : AIR-LAP1242AG-E-K9
    Press RETURN to get started!
    *Mar  1 00:00:05.608: %SOAP_FIPS-2-SELF_TEST_IOS_SUCCESS: IOS crypto FIPS self test passed
    *Mar  1 00:00:06.858: %DOT11-2-VERSION_INVALID: Interface Dot11Radio0, unable to find required radio version 581.18
    *Mar  1 00:00:06.858: Interface Dot11Radio0, Accepting as a test version of radio firmware
    *Mar  1 00:00:06.878: %SOAP_FIPS-2-SELF_TEST_RAD_SUCCESS: RADIO crypto FIPS self test passed on interface Dot11Radio 0
    *Mar  1 00:00:07.234: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to reset
    *Mar  1 00:00:08.212: %DOT11-2-VERSION_INVALID: Interface Dot11Radio1, unable to find required radio version 581.18
    *Mar  1 00:00:08.212: Interface Dot11Radio1, Accepting as a test version of radio firmware
    *Mar  1 00:00:08.232: %SOAP_FIPS-2-SELF_TEST_RAD_SUCCESS: RADIO crypto FIPS self test passed on interface Dot11Radio 1
    *Mar  1 00:00:09.278: %SYS-6-LOGGERSTART: Logger process started
    *Mar  1 00:00:09.326: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, C1240 Software (C1240-K9W8-M), Version 12.3(7)JX8, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2007 by Cisco Systems, Inc.
    Compiled Mon 19-Mar-07 01:42 by hqluong
    *Mar  1 00:00:09.332: %CDP_PD-4-POWER_OK: Full power - AC_ADAPTOR inline power source
    *Mar  1 00:00:09.388: %DOT11-6-FREQ_SCAN: Interface Dot11Radio0, Scanning frequencies for 32 seconds
    *Mar  1 00:00:10.271: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up
    *Mar  1 00:00:10.332: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to down
    *Mar  1 00:00:10.332: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    *Mar  1 00:00:11.271: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to up
    *Mar  1 00:00:28.331: %LWAPP-5-CHANGED: LWAPP changed state to DISCOVERY
    *Mar  1 00:00:28.361: %DOT11-6-FREQ_USED: Interface Dot11Radio0, frequency 2462 selected
    *Mar  1 00:00:28.362: %LINK-3-UPDOWN: Interface Dot11Radio0, changed state to down
    *Mar  1 00:00:28.363: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to reset
    *Mar  1 00:00:28.369: %DOT11-6-FREQ_USED: Interface Dot11Radio1, frequency 5260 selected
    *Mar  1 00:00:28.372: %LINK-3-UPDOWN: Interface Dot11Radio1, changed state to up
    *Mar  1 00:00:28.398: %LINK-3-UPDOWN: Interface Dot11Radio0, changed state to up
    *Mar  1 00:00:28.399: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to reset
    *Mar  1 00:00:28.465: %LINK-3-UPDOWN: Interface Dot11Radio1, changed state to up
    *Mar  1 00:00:29.398: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to up
    *Mar  1 00:00:29.465: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to up
    Translating "CISCO-LWAPP-CONTROLLER.ekahospital.com"...domain server (202.134.0.155)
    *Mar  1 00:00:38.351: %DHCP-6-ADDRESS_ASSIGN: Interface FastEthernet0 assigned DHCP address 172.31.xxx.xxx, mask 255.255.255.0, hostname AP68ef.bd5f.9a18
    *Mar  1 00:00:38.820: %DOT11-6-FREQ_USED: Interface Dot11Radio0, frequency 2417 selected
    *Mar  1 00:00:38.827: %DOT11-6-FREQ_USED: Interface Dot11Radio1, frequency 5200 selected (203.130.196.5)
    *Mar  1 00:00:49.835: %DOT11-6-FREQ_USED: Interface Dot11Radio0, frequency 2422 selected
    *Mar  1 00:00:49.842: %DOT11-6-FREQ_USED: Interface Dot11Radio1, frequency 5220 selected
    *Mar  1 00:00:49.851: %LWAPP-5-CHANGED: LWAPP changed state to JOIN
    *Mar  1 00:00:49.852: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to administratively down
    *Mar  1 00:00:49.852: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to administratively down
    *Mar  1 00:00:50.852: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    *Mar  1 00:00:50.852: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to down
    *Sep 18 07:02:25.504: %LWAPP-5-CHANGED: LWAPP changed state to CFG
    *Sep 18 07:02:29.288: LWAPP_CLIENT_ERROR: lwapp_name_lookup - Could Not resolve CISCO-LWAPP-CONTROLLER.MYDOMAIN.com
    *Sep 18 07:02:30.504: LWAPP_CLIENT_ERROR_DEBUG: spamHandleCfgReqTimer: Did not recieve the Config response
    *Sep 18 07:02:30.551: %SYS-5-RELOAD: Reload requested by LWAPP CLIENT. Reload Reason: DID NOT GET CONFIG RESPONSE.
    *Sep 18 07:02:30.551: %LWAPP-5-CHANGED: LWAPP changed state to DOWNXmodem file system is available.
    flashfs[0]: 9 files, 3 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 15998976
    flashfs[0]: Bytes used: 5062144
    flashfs[0]: Bytes available: 10936832
    flashfs[0]: flashfs fsck took 26 seconds.
    Base ethernet MAC Address: 68:ef:bd:5f:9a:18
    Initializing ethernet port 0...
    Reset ethernet port 0...
    Reset done!
    and after that i check in my WLC that shows
    AP with Base Radio MAC xx:xx:xx:xx:xx:xx (APxxxx.xxxx.xxxx) is unable to associate.
    The reulatory domain configured on it '-e' does not match the controller's country
    code: USA
    i found that the problem about the region.
    question :
    1. is it possible to change the region in AIRLAP 1242 or in WLC?
    2. if possible how to change it?
    INFO :
    my first AIRLAP Product/Model Number : AIR-LAP1242AG-A-K9 and my new AIRLAP Product/Model Number : AIR-LAP1242AG-E-K9

    WLC GUI >> Wireless >> Country >> Select the country.
    Regards
    Surendra

  • 2 questions about PPTP VPN on 878

    Hello,
    I've configured my 878 router as a PPTP VPN server. It works very fine and very quickly. Using the XP VPN client from a remote site, I can "see" all servers in my network.
    2 questions
    1) When doing telnet on the 878 through the VPN, it is very slow.
    2) I would have to get access to the internet through the VPN. But this does not work.
    What should I change in this config :
    Thanks in advance,
    Guy
    version 12.3
    no service pad
    service timestamps debug datetime localtime show-timezone
    service timestamps log datetime localtime show-timezone
    service password-encryption
    service linenumber
    service sequence-numbers
    hostname ineo-21029
    boot-start-marker
    boot-end-marker
    no logging buffered
    enable secret 5 .....
    username ...
    aaa new-model
    aaa authentication login default local
    aaa authorization exec default local
    aaa session-id common
    ip subnet-zero
    no ip cef
    no ip dhcp use class
    ip name-server 212.100.160.51
    ip name-server 212.100.160.52
    ip port-map ms-sql port 1433
    vpdn enable
    vpdn-group 1
    ! Default PPTP VPDN group
    accept-dialin
    protocol pptp
    virtual-template 1
    no ftp-server write-enable
    isdn switch-type basic-net3
    controller DSL 0
    mode atm
    line-term cpe
    line-mode 2-wire line-zero
    dsl-mode shdsl symmetric annex B
    line-rate auto
    interface BRI0
    no ip address
    shutdown
    isdn switch-type basic-net3
    interface ATM0
    description === to PE/Router ====
    no ip address
    ip accounting output-packets
    load-interval 30
    no atm ilmi-keepalive
    interface ATM0.1 point-to-point
    description $ES_WAN$
    pvc 8/35
    oam-pvc manage 5
    oam-pvc manage cc end direction both
    oam retry 3 3 1
    oam retry cc end 3 3 30
    encapsulation aal5mux ppp dialer
    dialer pool-member 1
    interface FastEthernet0
    no ip address
    interface FastEthernet1
    no ip address
    interface FastEthernet2
    no ip address
    interface FastEthernet3
    no ip address
    interface Virtual-Template1
    ip unnumbered Vlan1
    peer default ip address pool test
    no keepalive
    ppp encrypt mppe auto
    ppp authentication pap chap ms-chap ms-chap-v2
    interface Vlan1
    description $FW_INSIDE$
    ip address 192.168.2.2 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    interface Dialer1
    description $FW_OUTSIDE$
    ip address negotiated
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    dialer pool 1
    dialer-group 1
    no cdp enable
    ppp chap hostname ....
    ppp chap password ....
    ppp pap sent-username ....
    ip local pool test 192.168.2.240 192.168.2.250
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer1
    ip http server
    no ip http secure-server
    ip nat inside source list 101 interface Dialer1 overload
    access-list 101 permit ip 192.168.2.0 0.0.0.255 any
    dialer-list 1 protocol ip permit
    control-plane
    line con 0
    exec-timeout 120 0
    no modem enable
    transport preferred all
    transport output all
    stopbits 1
    line aux 0
    transport preferred all
    transport output all
    line vty 0 4
    access-class 113 in
    exec-timeout 0 0
    transport preferred all
    transport input all
    transport output all
    scheduler max-task-time 5000

    Thanks for this message.
    Finding no solution to my problem, i've switched to other tools : Easy VPN server in the router + Cisco VPN client. My 2 questions have now received a positive answer.
    I was very important for me to get Internet acess through the VPN. Because we rent a dedicated server, located somewhere, and the access to this server is firewall-protected on our public IP address. Thus, when i'm outside and want to manage this serveur, i've to connect via VPN at our central office first.
    Best regards,
    Guy

  • How to choose and install DSL firmware on 1803 and 878?

    Dear all
    we use a lot of 878 and 1803 routers for G.SHDSL connections on two or four wires. One of our carriers uses (Lucent) DSLAMs which are incompatible with Cisco shdsl firmwares newer than 3.0.5.
    My questions:
    How can I determine latest IOS versions with shdsl firmware 3.0.5?
    ( Table 5 on https://www.cisco.com/en/US/prod/collateral/routers/ps221/prod_bulletin0900aecd801d5c4c.html is not very up to date, I guess)
    Can I run current IOS versions and load the "old" DSL firmware seperately like one can do on ADSL routers? If so, where can I download the firmware binaries and how do I have to load them into the router?
    Thanks a lot in advance for any hint.
    Best regards,
    Grischa

    *PUSH*
    There is no solution yet.
    But I am still curious about this.;)
    Grischa

  • WRVS4400N Support: Do I have a Cisco PICA or any other form of entitlement?

    First, My product (WRVS4400N Version 1) appears to be supported directly by Cisco now.  Do I have a Cisco PICA registration?  If so, how do I obtain this information.
    Second, you have a broken link in your live chat application...
    When I try to open a live chat at http://linksys.custhelp.com/cgi-bin/linksys.cfg/php/enduser/live_request.php?p_icf_65=878
    and enter WRVS4400N as my product model, it takes me to the following 'we don't support your product' page:
    http://bcvipca01.rightnowtech.com/Chat/live_tc.jsp?p_db_name=linksys&p_intf_id=1
    This page has a broken "Request Email Response" link pointing to http://bcvipca01.rightnowtech.com/enduser/ask.php
    Thanks,
    Nate

    resident_evil89
    DO NOT respond to the email. DO NOT click any link in it.
    What you are getting is a 'phishing' attempt.
    First, go to http://www.apple.com/legal/more-resources/phishing/ and read about the issue and how to properly let Apple know about your email.
    Then, FORWARD the email to [email protected]
    Last, DELETE the email WITH PREJUDICE.
    Repeat for all other emails like it.
    Your security is fine as long as you do not follow the path the nefarious characters have laid out for you.
    Best regards
    CCC

  • How do I access the web utility with model cisco sf302-08p ?

    Hi,i have a problem with the model Cisco SB SF302-08PP Switch , i connect a cable rj45 to my pc and configure the adapter local area connection (ip address:192.168.1.252), the LEDs blink green, and go to the address bar and get the IP by default, which according to the manual is 192.168.1.254 and the result is: page not found. Is there any way to change the web utility? How do I access the web utility?

    restore  the switch by holding more than 30 seconds and try accessing with ip 192.168.1.254. username and password is "cisco". before change your base ip to 192.168.1.2-253.try to ping and check the connectivity

Maybe you are looking for

  • HT201077 I shared a photo stream of 174 pictures but only 20 are showing up in the folder that was sent out. Any solutions?

    I shared a photo stream of 174 pictures but only 20 are showing up in the folder that was sent out. Any solutions? Help much appreciated!

  • Video and audio not in sync

    Anybody else experiencing video & audio not in sync since upgrading to Lion? I have a MacBook Pro 15-inch, Early 2011 with AMD Radeon HD 6490M 256 MB graphics. I mostly stream You Tube, Netflix, & news videos and occasionally watch movies I have in i

  • What Are The Benefits Of Registrati

    CAn Someone tell me what the benefits of registering your zen v plus?

  • AppleCare Registration Number

    Hi folks, I got my new macbook pro 15" just two days ago (my first mac) and so far I am very happy with it. I bought it via the Apple web shop and ordered AppleCare with it. Today I wanted to register the plan but I found out that I don't have the ne

  • Sort problem

    I am doing a game, where a user enters his name after playing the game. This name together with the percentage score are being written (stored) in a textfile called players.txt I am however trying to sort the percentage score with the highest placed