Cisco 3G / 3G Router configuration question

Hi,
I am the 1st time to configure the 3G / 4G Cisco router and reviewing the sample configuration.
Would you mind tell me how can I get the hostname & password?
Hostname is the telephone number?
Password is the IME of sim card? how to check?
interface Cellular0
description To 3G
ip address negotiated
ip mtu 1442
encapsulation ppp
shutdown
dialer in-band
dialer idle-timeout 100
dialer string gsm
dialer-group 1
async mode interactive
ppp chap hostname 66203337
ppp chap password 7 124B534F475F59
ppp ipcp dns request

Hello.
ISP should you provide you the login and password.

Similar Messages

  • DSL w/831 router configuration questions

    Hi all -
    - DSL service with 1 static IP address
    - DSL modem configured for "bridge mode"
    - 831 router
    There are some things I don't understand about all this.
    #1: In order to make all this work, I need to have the PPPoE stuff configured on the router, yes?
    #2: Do I need to have the "interface Dialer1" configured? And if not, can I put the DSL login info in the "interface Ethernet1" section?
    #3: Do I need to explicitly set up NAT? I want my internal clients to get IPs on the 10.10.10.0 network and they need to have full Internet access.
    #4: I think I don't understand how the routing should be set up.
    #5: Any other helpful hints, I'll gladly take!!
    Here's my config:
    !This is the running config of the router: 10.10.10.1
    !version 12.3
    no service pad
    service timestamps debug uptime
    service timestamps log uptime
    service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    logging buffered 52000 debugging
    enable secret xxxx
    username user password xxxx
    no aaa new-model
    ip subnet-zero
    ip dhcp excluded-address 10.10.10.1
    ip dhcp pool CLIENT
    import all
    network 10.10.10.0 255.255.255.0
    default-router 10.10.10.1
    dns-server 205.152.xx.xx 205.152.xx.xx
    lease 0 2
    no ip domain lookup
    ip audit notify log
    ip audit po max-events 100
    ip ssh break-string
    no ftp-server write-enable
    no scripting tcl init
    no scripting tcl encdir
    no crypto isakmp enable
    interface Ethernet0
    description Inside network$ETH-LAN$
    ip address 10.10.10.1 255.255.255.0
    ip nat inside
    no cdp enable
    hold-queue 32 in
    interface Ethernet1
    description Outside network, DSL connection
    ip address 72.151.yy.yy 255.255.255.0
    ip nat outside
    duplex auto
    pppoe enable
    pppoe-client dial-pool-number 1
    no cdp enable
    interface FastEthernet1
    no ip address
    duplex auto
    speed auto
    interface FastEthernet2
    no ip address
    duplex auto
    speed auto
    interface FastEthernet3
    no ip address
    duplex auto
    speed auto
    interface FastEthernet4
    no ip address
    duplex auto
    speed auto
    interface Dialer1
    ip address negotiated
    ip nat outside
    encapsulation ppp
    dialer pool 1
    dialer-group 1
    ppp authentication chap pap callin
    ppp pap sent-username [email protected] password xxxx
    ip nat inside source list 102 interface Dialer1 overload
    ip classless
    ip route 0.0.0.0 0.0.0.0 Ethernet1 permanent
    ip http server
    no ip http secure-server
    access-list 23 permit 10.10.10.0 0.0.0.255
    access-list 102 permit ip 10.10.10.0 0.0.0.255 any
    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 23 in
    exec-timeout 120 0
    login local
    length 0
    transport preferred all
    transport input all
    transport output all
    scheduler max-task-time 5000
    end

    I've mostly the same config, but eth1 with no ip address and modem NOT in bridge mode! Try this ...

  • Question about setting up rdp using a cisco 800 series router

    HI there,
    I am currently in school for networking. One co-op placement I went too handed me a cisco 800 series router to practice my routing skills on. I am trying to setup RDP so I can access my server from outside my internal network. I ran this following acl command to do it.
    ip nat inside source static tcp server IP address port# cable modem IP port # extendable.
    My question here is, my cable modem will occasionally hand out a different IP since it has DCHP. I cannot turn DHCP off in my cable modem. So is there a way I can set this up to use a dynamic IP from my modem so I alwasy have access to it or every time my modem changes the IP address do I have to go in and modify this acl?

    Configure DDNS ( Dynamic DNS ) on the router. For this you need to register with a DDNS provider. Go to
    http://www.no-ip.com/ . they provide free reliable service.
    With DDNS, Once your router gets a DHCP address from your ISP , it will dynamically update the DNS name record. For example if you register you routers name as, "myrouter.no-ip.org",  from there onwards whatever the IP your router gets, you can refer to that by this name.
    So do as what Paolo said regarding using interface instead of ip, and register with the DDNS and you are good to go..
    Hope this helps
    Please rate this post if helpful..
    Thanks
    Shamal

  • Configuring New Interface and NAT on Cisco 1900 Series Router.

    Hello Cisco Team,
    am asking for advise on how to how setup NAT rules and overload on my 2nd interface on my cisco 1900 series router,am not sure where am getting it wrong.
    my router has 2 interface, interface one has IP address 10.5.5.5X and plugs into my ASA firwall and into my switch and works just fine.
    i have just configured my second Interface with a new IP 172.16.0.X- i  want to NAT my new IP address to our public IP address which is 41.77.X.X
    my configuration so far are as follows.
    GigabitEthernet0/0         172.16.0.X      YES manual up                    up - Not working                                                                            
    GigabitEthernet0/1         10.5.5.X      YES NVRAM  up                    up- this works fine
    GigabitEthernet0/0/0       41.77.X.X  YES NVRAM  up                    up   

    Hello Jon,
    Thanks for your feedback, my router configuration are as follows.
     interface GigabitEthernet0/0
     description WL2504
     ip address 172.16.0.2 255.255.254.0
     duplex auto
     speed auto
    interface GigabitEthernet0/1
     description WAN
     ip address 10.55.55.2 255.255.255.252
     ip nat inside
     ip virtual-reassembly in
     duplex auto
     speed auto
    interface GigabitEthernet0/0/0
     description LINK TO CLT INTERNET
     ip address 41.X.X.130 255.255.255.248
     ip nat outside
     ip virtual-reassembly in
     duplex full
     speed 100
     media-type sfp
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip nat inside source list 1 interface GigabitEthernet0/0/0 overload
    ip route 0.0.0.0 0.0.0.0 41.X.X.129
    ip route 41.X.X.136 255.255.255.248 10.55.55.1
    ip route 192.168.0.0 255.255.255.0 10.55.55.1
    access-list 1 permit 10.55.55.0 0.0.0.255
    access-list 1 permit 192.168.0.0 0.0.0.255
    access-list 1 permit 192.168.1.0 0.0.0.255
    from the router interface  interface GigabitEthernet0/0- I will connect it to my wireless Controller WL 2504

  • License on the Cisco 3900 Series router.

    I am trying to understand what does the "data" license exactly do on the Cisco 3900 series router. What I understood is that the data license supports "MPLS.ATM. Multiprotocol support".
    Question is is a do not have this license will I not be able to run BGP, EIGRP and terminate service provider links?
    Technology Package License Information for Module:'c3900e'
    Technology    Technology-package                  Technology-package
                  Current              Type           Next reboot
    ipbase        ipbasek9             Permanent      ipbasek9
    security      securityk9           Permanent      securityk9
    uc            None                 None           None
    data          None                 None           None
    NtwkEss       None                 None           None
    CollabPro     None                 None           None
    Configuration register is 0x2102
    Thanks,
    Nik

    I think WAAS express is one of the technologies you will lose out on. Amongst other advanced features. See link below.
    http://www.cisco.com/c/en/us/products/collateral/cloud-systems-management/software-activation-on-integrated-services-routers-isr/white_paper_c11_556985.html
    EDIT: And performance routing.

  • Trying to Download a Software Image to Cisco 2800 series router through TFTP Using the tftpdnld ROMmon Command

    Trying to Download a Software Image to Cisco 2800 series router through TFTP Using the tftpdnld ROMmon Command
    and I am getting an Error , I cant figure out what I am doing wrong. I have also pasted my display down here can someone help me out, thanks in advance, I am still new to this utility.
    My questions are How do you direct this utility to point to the desktop or the TFTP folder
    does FE_PORT: Fast Ethernet 0 imply or point to Fa0/0 on my router
    My router is suppose to have 10.0.0.3 255.0.0.0
    Gateway of 10.0.0.1 255.0.0.0
    My TFTP Server 10.0.0.2 255.0.0.0
    How do I get the MAC address of the Router or the TFTP Server and which one  is required?
    my Ethernet port is 100Mb/Sec I cant tell whether it is full duplex or not so How do i set this FE_SPEED_MODE: Auto???
    =====================================================================================
    rommon 10 >
    rommon 10 > set
    PS1=rommon ! >
    FE_PORT=0
    WARM_REBOOT=
    RET_2_RTS=20:35:55 UTC Thu Sep 25 2014
    BSI=0
    RET_2_RCALTS=
    RANDOM_NUM=1600357627
    ?=0
    IP_ADDRESS=10.0.0.3
    IP_SUBNET_MASK=255.0.0.0
    DEFAULT_GATEWAY=10.0.0.1
    TFTP_SERVER=10.0.0.2
    TFTP_FILE=
    rommon 11 > TFTP_FILE=c2800nm-adventerprisek9-mz.124-24.T4
    rommon 12 > TFTP_CHECKSUM=0
    rommon 13 > SET
    monitor: command "SET" not found
    rommon 14 > set
    PS1=rommon ! >
    FE_PORT=0
    WARM_REBOOT=
    RET_2_RTS=20:35:55 UTC Thu Sep 25 2014
    BSI=0
    RET_2_RCALTS=
    RANDOM_NUM=1600357627
    IP_ADDRESS=10.0.0.3
    IP_SUBNET_MASK=255.0.0.0
    DEFAULT_GATEWAY=10.0.0.1
    TFTP_SERVER=10.0.0.2
    ?=0
    TFTP_FILE=c2800nm-adventerprisek9-mz.124-24.T4
    TFTP_CHECKSUM=0
    rommon 15 > tftpdnld
              IP_ADDRESS: 10.0.0.3
          IP_SUBNET_MASK: 255.0.0.0
         DEFAULT_GATEWAY: 10.0.0.1
             TFTP_SERVER: 10.0.0.2
               TFTP_FILE: c2800nm-adventerprisek9-mz.124-24.T4
            TFTP_VERBOSE: Progress
        TFTP_RETRY_COUNT: 18
            TFTP_TIMEOUT: 7200
           TFTP_CHECKSUM: No
            TFTP_MACADDR: 30:37:a6:49:35:a8
                 FE_PORT: Fast Ethernet 0
           FE_SPEED_MODE: Auto
    Invoke this command for disaster recovery only.
    WARNING: all existing data in all partitions on flash: will be lost!
    Do you wish to continue? y/n:  [n]:  y
    ARP: address resolution for 10.0.0.2 timed out.
    ARP failed with failure code 1.  TFTP transfer aborted.
    TFTP: Operation terminated prematurely.
    rommon 16 >       " not found
    rommon 17 >FE_SPEED_MODE=2
    variable name contains illegal (non-printable) characters
    rommon
    rommon 18 > set
    PS1=rommon ! >
    FE_PORT=0
    WARM_REBOOT=
    RET_2_RTS=20:35:55 UTC Thu Sep 25 2014
    BSI=0
    RET_2_RCALTS=
    RANDOM_NUM=1600357627
    IP_ADDRESS=10.0.0.3
    IP_SUBNET_MASK=255.0.0.0
    DEFAULT_GATEWAY=10.0.0.1
    TFTP_SERVER=10.0.0.2
    TFTP_FILE=c2800nm-adventerprisek9-mz.124-24.T4
    TFTP_CHECKSUM=0
    ?=0
    rommon 19 > tftpdnld [ur]
    usage: tftpdnld [-hr]
      Use this command for disaster recovery only to recover an image via TFTP.
      Monitor variables are used to set up parameters for the transfer.
      (Syntax: "VARIABLE_NAME=value" and use "set" to show current variables.)
      "ctrl-c" or "break" stops the transfer before flash erase begins.
      The following variables are REQUIRED to be set for tftpdnld:
                IP_ADDRESS: The IP address for this unit
            IP_SUBNET_MASK: The subnet mask for this unit
           DEFAULT_GATEWAY: The default gateway for this unit
               TFTP_SERVER: The IP address of the server to fetch from
                 TFTP_FILE: The filename to fetch
      The following variables are OPTIONAL:
              TFTP_VERBOSE: Print setting. 0=quiet, 1=progress(default), 2=verbose
          TFTP_RETRY_COUNT: Retry count for ARP and TFTP (default=18)
              TFTP_TIMEOUT: Overall timeout of operation in seconds (default=7200)
             TFTP_CHECKSUM: Perform checksum test on image, 0=no, 1=yes (default=1)
              TFTP_MACADDR: The MAC address for this unit
                   FE_PORT: 0= (default), 1
             FE_SPEED_MODE: 0=10/hdx, 1=10/fdx, 2=100/hdx, 3=100/fdx,
                            5=Auto (default)
          TFTP_DESTINATION: The flash destination device for the file
                            flash:(default), usbflash0:, usbflash1:
      Command line options:
       -h: this help screen
       -r: do not write flash, load to DRAM only and launch image
    rommon 20 > tftpdnld
              IP_ADDRESS: 10.0.0.3
          IP_SUBNET_MASK: 255.0.0.0
         DEFAULT_GATEWAY: 10.0.0.1
             TFTP_SERVER: 10.0.0.2
               TFTP_FILE: c2800nm-adventerprisek9-mz.124-24.T4
            TFTP_VERBOSE: Progress
        TFTP_RETRY_COUNT: 18
            TFTP_TIMEOUT: 7200
           TFTP_CHECKSUM: No
            TFTP_MACADDR: 30:37:a6:49:35:a8
                 FE_PORT: Fast Ethernet 0
           FE_SPEED_MODE: Auto
    Invoke this command for disaster recovery only.
    WARNING: all existing data in all partitions on flash: will be lost!
    Do you wish to continue? y/n:  [n]:  y
    ARP: address resolution for 10.0.0.2 timed out.
    ARP failed with failure code 1.  TFTP transfer aborted.
    TFTP: Operation terminated prematurely.
    rommon 21 >

    What I notice in the original post is this error
    ARP: address resolution for 10.0.0.2 timed out.
    which says that the router is looking for the 10.0.0.2 server but not getting response to its arp request. Can the original poster clarify for us how the device that has the image file is connected to the router that has the problem? Also what kind of device is 10.0.0.2? Is it a PC running TFTP server software or is it something else?
    HTH
    Rick

  • 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?

  • Cisco Model 870 router for home office connected to WRT160NL wireless router for personal use

    I am using a Cisco Model 870 router for home office. I just bought a WRT160NL wireless router for home use. I setup the personal wireless router off the personal port of the 870 and can connect with my PC but not with my MAC machines. It can see the Network but when it asks me for passwords, it says they are wrong, which after several attempts I know they are correct.
    The new router is setup as WPA2 personal. Can you advise?
    Cisco Account Manager- Services

    I think I answered my own question. I tried downloading something on my desktop and checked my cellular usage afterwards didn't go up so it's using my home internet and not my data plan.

  • WSA and Cisco Policy Based Routing

    I'm looking to convert my WSA from explicit to transparent proxy using policy based routing on a Cisco router. See the config below where xxx.xxx.xxx.xxx is the P1 interface on the WSA. Does anyone see any issues with the following in a production environment?
    access-list 110 permit tcp any any eq www
    route-map proxy-redirect permit 10
    match ip address 110
    set ip next-hop xxx.xxx.xxx.xxx
    interface ethernet0/1
    ip policy route-map proxy-redirect
    The P1 interface on the WSA is located upstream from the router so I'm not checking for it in the ACL.

    That router configuration looks good to me, but just make sure that the WSA was configured for Transparent mode during the initial System Setup Wizard configuration. If it was initially configured for explicit only, then you will need to run the wizard again to change it to transparent.
    Also, make sure to add a deny statement to the top of access-list 110 for the WSA IP address if the WSA will be going out to the Internet through the same e0/1 interface. Loops are bad. :twisted:
    Cheers,
    Jason

  • CUCM Group Configuration- question about phones failing to secondary callmanager

    I wanted to get clarification about how exactly phones will register to the secondary or tertiary servers if the link to the primary fails.
    I have a 3 server CUCM cluster.  1 subscriber that some phones register to is separated from the other 2. 
    When the link to that sub goes down, the phone should then register to the secondary server of its Cisco Unified CallManager Group configuration, correct?
    If this is true, then my next question is how long does it take to then failover to the secondary server?
    SRST is not involved in this, it's just the CUCM Group Config.  Any help clarifying how phones behave in this situation?

    I found my own answer in the Cisco Press Troubleshooting Cisco IP Telephony book, page 155:
    "The TFTP configuration file received by the IP phone has a list of up to three CallManagers
    for registration purposes. The order of CallManagers indicates their priority. The first is the
    highest-priority CallManager for the IP phone. It is the first place the IP phone attempts to
    register. The highest-priority CallManager is also called the primary CallManager.
    When the IP phone registers with its primary CallManager, it also establishes a standby
    TCP connection to the next-highest–priority available CallManager, sometimes called the
    standby CallManager, secondary CallManager, or backup CallManager.
    The IP phone knows that there is an alternative CallManager for quick failover if it loses connectivity
    with its primary CallManager.
    At any given point in time, the CallManager to which the phone is registered is its active
    connection. The CallManager node that has a standby TCP connection for the IP phone is
    the standby connection.
    Failover occurs under two conditions:
    • If the TCP connection between the IP phone and the primary CallManager goes down.
    Incidentally, stopping the CallManager service on a server causes all the TCP connections
    to be closed and all the IP phones on that server to register to their standby.
    • If CallManager has not responded to three consecutive KeepAlive messages sent from
    the IP phone.
    Any number of network-related issues could cause the TCP connection to go down. When
    the IP phone registers with its standby CallManager, it registers with an alarm indicating
    why it failed over.
    Under the second condition, CallManager fails to respond to three consecutive KeepAlives.
    The IP phone sends a KeepAlive message every 30 seconds by default. CallManager should
    answer each KeepAlive the IP phone sends with an acknowledgment message. If
    CallManager fails to respond to three consecutive KeepAlive messages, the IP phone marks
    the connection as “bad.” The IP phone does not tear down the TCP connection, but it does
    not attempt to re-register with the “bad” CallManager either. It continues sending
    KeepAlive messages to the “bad” CallManager until CallManager tears down the TCP
    connection. This delay gives CallManager time to respond if it recovers quickly. After 10
    minutes, the IP phone removes the “bad” tag and again tries to establish communication
    with CallManager using KeepAlive messages in the process just described. During this
    time, the IP phone attempts to establish a connection with its secondary CallManager (or
    its tertiary if the secondary is not available) and registers if possible.
    If a call is in progress when an IP phone detects the loss of a TCP connection, the IP phone
    does not fail over until the call is finished. If CallManager fails to respond to three consecutive
    KeepAlive messages while an IP phone has an active call, the IP phone again waits
    until the call is finished before registering to its standby CallManager."
    Hope that helps someone else in the future.

  • Could Cisco 1701 ADSL Router supports WIC-1ENET Card.

    Hi,
    I need advise as to if a Cisco 1701 ADSL router could support WIC-1ENET Card.
    My 1701 Router has WIC 0 as ADSL and WIC 1 as ISDN, could the ADSL card be replaced by a WIC-1ENET. I noticed ,that the cards seems to be rivet onto the back of the Router and not connected with SCREWS as other routers would posses.
    Could someone advised as to how i can have this router supports 2 Ethernet NICs or what could be your recommendations?
    Thank you,
    Cisco End User.

    Hello,
    the WIC-1ENET is supported on the 1701, but, AFAIK, only in slot 0.
    It does not support 2 WIC-1ENET cards, only the 1720, 1750, and 1751 do, with a specific IOS release, check out this info from CCO:
    WIC-1ENET- Support for two Ethernet WICs
    The Ethernet WIC (WIC-1ENET) provides the capability to deploy additional Ethernet port(s) in a Cisco 1700 series routers. The initial release of the WIC-1ENET supported only one WIC-1ENET card in a 1700 router. The new IOS 12.2(2)XJ release offers the option of deploying up to two WIC-1ENET adapters in a Cisco 1720, 1750, or 1751 router. A total of three Ethernet ports can be configured. A typical application that requires three Ethernet ports involves using the built-in 10/100 Fast Ethernet port for LAN segment. One of the WIC-1ENET port could be used for high-speed broadband DSL or cable modem connection. The second WIC-1ENET port could be used for a DMZ (demilitarized zone) environment for deploying public Web servers or FTP servers. Hardware modification is not necessary to use the capability of IOS 12.2(2)XJ. The new IOS software is compatible with WIC-1ENET adapters already installed in 1700 series routers.
    HTH,
    GP

  • Backup and Restore Router Configuration

    Hello All,
    I have a working and fully functional Cisco 1940 Series Router in my office, and I recently bought a Cisco Router 881 series for my small home office, I have a backup of the functional 1940 router, can I restore it on the 881 series and change the WAN parameters in the process. Will it work?
    Please help, I don't want to go through paying someone to configure it please.

    Yes. You must simply replace the interface name only.
    E.g.  Fastethernet 0/0 on the 1941 will be Vlan1 on the 881.
    Please add the "show run" of the 1941 and the 881 (without password).
    I can send you a config example for 881 based on 1941 config.
    Regards.

  • Cisco 801 ISDN Router Problem

    Hi at all,
    I need your experience with this device! I will implement a remote connection to a customer.
    Following constellation:
    My PC --> Our ISDN NTBA --> provider --> Phone System customer --> S0 --> ISDN 801 Router --> End Device
    My problem is when I call the phone number with my mobile phone the call takes place, the router brings up the channel and hold this for a few seconds.
    The he kick me out than he can´t speak with my end device.
    When I do this with my remote pc nothing happens only this.
    He hangs up and I must restart this application to do the next attempt. How can I fix this problem?
    The debug isdn q931 shows this:
    00:34:24: ISDN BR0 Q931: RX <- SETUP pd = 8  callref = 0x01
    Sending Complete
    Bearer Capability i = 0x8890
      Standard = CCITT
      Transer Capability = Unrestricted Digital
      Transfer Mode = Circuit
      Transfer Rate = 64 kbit/s
    Channel ID i = 0x8A
    Calling Party Number i = 0x0083, 'xxxxxxx'
      Plan:Unknown, Type:Unknown
    Called Party Number i = 0x80, '69'
      Plan:Unknown, Type:Unknown
    00:34:24: %DIALER-6-BIND: Interface BR0:2 bound to profile Di1
    00:34:103079215104: %LINK-3-UPDOWN: Interface BRI0:2, changed state to up
    00:34:24: ISDN BR0 Q931: TX -> CALL_PROC pd = 8  callref = 0x81
    Channel ID i = 0x8A
    00:34:24: ISDN BR0 Q931: RX <- CONNECT_ACK pd = 8  callref = 0x01
    Channel ID i = 0x8A
    00:34:24: ISDN BR0 Q931: TX -> ALERTING pd = 8  callref = 0x81
    00:34:24: ISDN BR0 Q931: RX <- RELEASE_COMP pd = 8  callref = 0x01
    Cause i = 0x85D1 - Invalid call reference value
    00:34:24: ISDN BR0 Q931: TX -> CONNECT pd = 8  callref = 0x81
    00:34:24: %ISDN-6-CONNECT: Interface BRI0:2 is now connected to xxxxxxxx
    00:34:24: %LINK-3-UPDOWN: Interface BRI0:2, changed state to down
    00:34:24: %DIALER-6-UNBIND: Interface BR0:2 unbound from profile Di1
    00:34:24: ISDN BR0 Q931: RX <- RELEASE_COMP pd = 8  callref = 0x01
    Cause i = 0x85D1 - Invalid call reference value
    00:34:24: ISDN BR0 Q931: L3_Go: L3_GetUser_NLCB returned NULL cid 0x0 cr 0x81 ev 0x5A ces 1 -- Message ignored
    00:34:24: ISDN BR0 Q931: RX <- RELEASE_COMP pd = 8  callref = 0x01
    Cause i = 0x85D1 - Invalid call reference value
    00:34:24: ISDN BR0 Q931: L3_Go: L3_GetUser_NLCB returned NULL cid 0x0 cr 0x81 ev 0x5A ces 1 -- Message ignored
    00:34:27: ISDN BR0 Q931: RX <- DISCONNECT pd = 8  callref = 0x01
    Cause i = 0x8090 - Normal call clearing
    Facility i = 0x91A11302029372020122300AA1053003020100820101
    - ETSI Supplementary Service, Invoke, AOC-D Charging Units: 0
    00:34:27: ISDN BR0 Q931: RX <- RELEASE_COMP pd = 8  callref = 0x01
    And this is my configuration on the Cisco 801 ISDN Router:
    sh run
    Building configuration...
    Current configuration : 1539 bytes
    version 12.3
    no service pad
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    hostname customer
    boot-start-marker
    boot system flash c800-y6-mw.123-3i.bin
    boot-end-marker
    logging buffered 4096 debugging
    enable secret 5 $1$4sbt$qMDQoozleDqJstTzC2P8I1
    username admin password 7 01000505571F0303
    aaa new-model
    aaa authentication login default local
    aaa authentication ppp default local
    aaa session-id common
    ip subnet-zero
    no ip domain lookup
    isdn switch-type basic-net3
    interface Ethernet0
    description connection
    ip address 192.168.1.254 255.255.255.0
    no keepalive
    interface BRI0
    description connected to Dial-inPC (ISDN)
    no ip address
    encapsulation ppp
    dialer pool-member 1
    isdn switch-type basic-net3
    isdn incoming-voice data
    isdn answer1 12
    isdn send-alerting
    isdn sending-complete
    isdn static-tei 0
    interface Dialer0
    description connected to Dial-inPC (ISDN)
    ip unnumbered Ethernet0
    encapsulation ppp
    no ip split-horizon
    dialer pool 1
    peer default ip address pool test
    no cdp enable
    ppp authentication chap
    ppp multilink
    router rip
    version 2
    network 192.168.1.0
    no auto-summary
    ip local pool test 192.168.1.10 192.168.1.11
    ip classless
    no ip http server
    dialer-list 1 protocol ip permit
    line con 0
    exec-timeout 0 0
    transport preferred all
    transport output all
    stopbits 1
    line vty 0 4
    transport preferred all
    transport input all
    transport output all
    no rcapi server
    end
    I hope anyone have or had this constellation too with a solution that works.
    Many Thanks in advance,
    Mario

    Hi at all,
    We found a solution for this Problem !!
    We always and always got this error:
    %PQUICC-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
    The problem was the cable! The following pin-out is required:
                                            1 ----- 1
                                            2 ----- 2
                                            3 ----- 6
                                            4 ----- 5
                                            5 ----- 4
                                            6 ----- 3
                                            7 ----- 7
                                            8 ----- 8 
    We used this and the fault has disappeared!!
    The only problem that still exists:
    After the first connection the router must be rebooted because otherwise no more additional session is established.
    Thanks for all answers.
    Regards,
    Mario

  • Unistalled Cisco Connect now router password no recognized

    I uninstalled Cisco Connect and now I cannot log into my wifi router.  The password is not recognized.  Do I have to reset the entire router configuration????
    Solved!
    Go to Solution.

    Check the PW for blank. It may have reverted back to being blank.

  • Too many errors after upgrading the firmware to 1.0.3.10 on Cisco RV180W wireless router

    My company purchased one Cisco RV180W wireless router few days ago and it worked normal with default firmware version of 1.0.0.30. Today I upgraded the firmware to version 1.0.3.10, the users can still access this router via wired and wireless devices, but on the dashboard I observed two major problems, one is the CPU utilization always shows 100%, another is the more and more errors appearing, on the Syslog Summary panel "Error" log has been up to 625 and is still increasing, there is one message repeatedly displaying in the log, see in below:
    Wed Nov 13 13:55:25 2013(GMT+0800) [rv180w][System][PLATFORM] /pfrm2.0/bin/bwLimitConfig /tmp/system.db 18 dot11STA 100 failed. status=-1
    Who can tell me what does this error message mean and how to elinate this error message ?  also how to deal with 100% CPU utilization ?
    Thanks.

    Hello,
    i have been looking at different VPN routers over the last few weeks and i was very close to buying the RV180W, but then i stumbled across many posts reffering to firmware issues, one issue is that the cpu sits at 100% useage, i just wondered if this is a bug in GUI or is the CPU actually max'd out? has anyone had any resolution into this?
    also the firmware on the emulator is a newer version than is listed on the support page, does anyone know when 1.0.3.14 will be released for download?
    when i buy a new product i like to ensure that the system is fully upto date before its put into use but i obviously dont want to add any performance issues from the ofset due to the CPU useage.
    i also have a could of questions if anyone can help
    the Ipsec VPN, will this work with the Built-in VPN client for apple devices? (New IOS7), i am unable to find a quickvpn application for apple IOS.
    is the site-to-site IPSec VPN also compatible with the Cisco Wvrs4400n router?
    thanks in advance.

Maybe you are looking for

  • Urgent!!!!! Please Help.. Multithreading!

    Hello, I have written a client-server application which is a sort of a chat program. The server has to be multithreaded as it has to service any number of clients. Further the server has to keep track of the users connected to it and send this list t

  • How can I edit my mp3 tag information?

    A few weeks ago we started our first podcast, Your RV Podcast. We've been learning as we go, and "duh," discovered we've been doing our mp3 tags incorrectly. How can I go in and edit my episode mp3 tag info? When I bring the episode up, click on "fil

  • Can SCSI and ATA coexist?

    My Mac G4 450 came with a 36 GB SCSI drive, I purchased a 160 GB Ultra ATA drive and a Ultra ATA ribbon cable. I assumed all I had to do was install the drive and connect the cable then run disk utility. No such luck. The drive is a seagate barracuda

  • Microsoft Office 2008 & other programs take forever to load & run

    Ever since I installed Snow Leopard on my laptop, my entire Microsoft Office 2008 suite takes forever to load and to operate. It also seems to have slowed down the processor for almost all other applications, especially Safari. I have Snow Leopard on

  • Form Creating an new Record

    Hello, I have a simple form for entering records in a table. After entering data and pressing the create button it creates a new record. However it clears the fields for the next record to be entered. I've got two questions: 1. If I want the form to