Options

Slippin My Mind

2»

Comments

  • Options
    boostinbadgerboostinbadger Member Posts: 256
    Here is where I am at right now. I simplified the topology and took out the aggregating 2940 switch.

    E4200
    |
    3524--1760

    I have all devices pinging each other and the internet....BUT....the only way I can get the 1760 to ping the 3524 and/or the internet is if I make the uplink port on the 3524 (between the 3524 and the 1760) an access port. If it is a trunk port, the 1760 can't ping any device or the internet. Can someone please tell me why?

    Here are the latest configs:

    5NINER3524#show conf
    Using 3971 out of 32768 bytes
    !
    ! Last configuration change at 23:00:56 EDT Tue May 29 2012
    ! NVRAM config last updated at 23:00:56 EDT Tue May 29 2012
    !
    version 12.0
    no service pad
    service timestamps debug uptime
    service timestamps log uptime
    service password-encryption
    !
    hostname 5NINER3524
    !
    clock timezone EST -5
    clock summer-time EDT recurring
    spanning-tree uplinkfast
    !
    ip subnet-zero
    ip domain-name 5NINER3524
    !
    interface FastEthernet0/24
    description UPLINK TO 5NINER1760CME
    switchport access vlan 59
    switchport voice vlan 159
    power inline never
    !
    interface GigabitEthernet0/1
    description UPLINK TO E4200
    switchport access vlan 59
    !
    interface GigabitEthernet0/2
    !
    interface VLAN1
    no ip address
    no ip directed-broadcast
    no ip route-cache
    shutdown
    !
    interface VLAN59
    ip address 10.59.1.3 255.255.255.224
    no ip directed-broadcast
    no ip route-cache
    !
    interface VLAN159
    ip helper-address 10.159.1.1
    no ip directed-broadcast
    no ip route-cache
    shutdown
    !
    ip default-gateway 10.59.1.1
    !
    line con 0
    exec-timeout 5 0
    password 7 xxxxx
    logging synchronous
    transport input none
    stopbits 1
    line vty 0 4
    exec-timeout 5 0
    password 7 xxxxx
    logging synchronous
    login
    line vty 5 15
    exec-timeout 5 0
    password 7 xxxxx
    logging synchronous
    login
    !
    ntp clock-period 11259194
    ntp server 198.82.1.201 key 0 prefer
    end



    5NINER1760CME#show conf
    Using 3178 out of 29688 bytes
    !
    ! Last configuration change at 23:00:40 EDT Tue May 29 2012 by xxxxx
    ! NVRAM config last updated at 23:00:40 EDT Tue May 29 2012 by xxxxx
    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname 5NINER1760CME
    !
    boot-start-marker
    boot-end-marker
    !
    aaa new-model
    !
    aaa authentication login default local
    aaa authorization exec default local
    aaa authorization network default local
    !
    aaa session-id common
    clock timezone EST -5
    clock summer-time EDT recurring
    ip cef
    !
    no ip dhcp use vrf connected
    !
    ip dhcp pool VOICE-SCOPE
    network 10.159.1.0 255.255.255.248
    default-router 10.159.1.1
    dns-server 216.146.36.36
    option 150 ip 10.159.1.1
    !
    !
    ip domain name 5NINER1760CME
    ip name-server 216.146.35.35
    ip name-server 216.146.36.36
    !
    multilink bundle-name authenticated
    !
    voice service voip
    allow-connections sip to sip
    sip
    !
    voice class codec 1
    codec preference 1 g729r8
    codec preference 2 g711ulaw
    codec preference 3 g711alaw
    !
    archive
    log config
    hidekeys
    !
    interface FastEthernet0/0
    no ip address
    speed 100
    !
    interface FastEthernet0/0.59
    description ROUTER INTERFACE FOR DATA VLAN
    encapsulation dot1Q 59 native
    ip address 10.59.1.4 255.255.255.224
    !
    interface FastEthernet0/0.159
    description ROUTER INTERFACE FOR VOICE VLAN
    encapsulation dot1Q 159
    ip address 10.159.1.1 255.255.255.248
    !
    interface FastEthernet0/1
    switchport access vlan 59
    !
    interface FastEthernet0/2
    switchport access vlan 59
    !
    interface FastEthernet0/3
    switchport access vlan 159
    !
    interface FastEthernet0/4
    switchport access vlan 159
    !
    interface Vlan1
    no ip address
    shutdown
    !
    interface Vlan59
    no ip address
    no autostate
    !
    interface Vlan159
    no ip address
    no autostate
    !
    ip default-gateway 10.59.1.1
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 10.59.1.1
    !
    !
    no ip http server
    no ip http secure-server
    !
    control-plane
    !
    dial-peer voice 1 voip
    destination-pattern 1[2-9]..[2-9]......
    voice-class codec 1
    session protocol sipv2
    session target dns:sip.flowroute.com
    dtmf-relay sip-notify
    !
    sip-ua
    credentials username xxxxx password xxxxx realm sip.flowroute.com
    authentication username xxxxx password 7 xxxxx realm sip.flowroute.com
    calling-info pstn-to-sip from number set xxxxxxx
    no remote-party-id
    registrar dns:sip.flowroute.com expires 3600
    !
    !
    telephony-service
    max-ephones 5
    max-dn 10
    ip source-address 10.159.1.1 port 2000
    max-conferences 4 gain -6
    transfer-system full-consult
    create cnf-files version-stamp 7960 May 21 2012 21:56:47
    !
    !
    line con 0
    exec-timeout 5 0
    password 7 xxxxx
    logging synchronous
    stopbits 1
    line aux 0
    line vty 0 4
    exec-timeout 5 0
    password 7 xxxxx
    logging synchronous
    line vty 5 15
    exec-timeout 5 0
    password 7 xxxxx
    logging synchronous
    !
    ntp clock-period 17180156
    ntp server 198.82.1.201 key 0 prefer
    end
  • Options
    spd3432spd3432 Member Posts: 224
    Default encapsulation type on a trunk port on 2900xl or 3500xl switch is ISL. On the switch, check the encapsulation type that's being used to verify it matches the router (dot1q).

    show interface <interface id> switchport
    ----CCNP goal----
    Route [ ] Studying
    Switch [ ] Next
    Tshoot [ ] Eventually
  • Options
    boostinbadgerboostinbadger Member Posts: 256
    When it was set to trunk it was set to dot1q.

    Also when the switch port is set to trunk, the 1760's fa 0/0 interface has a large number of output errors.
Sign In or Register to comment.