Options

Help VLANs - Trunks - Intervlan

M1S0M1S0 Member Posts: 41 ■■□□□□□□□□

hi i created the network attached on the photo and I cannot ping between the VLANs and I am wondering what I am missing ...

Comments

  • Options
    mistabrumley89mistabrumley89 Member Posts: 356 ■■■□□□□□□□
    configs?
    try adding:
    encap dot1q [vlan#]
    under the subinterfaces
    Goals: WGU BS: IT-Sec (DONE) | CCIE Written: In Progress
    LinkedIn: www.linkedin.com/in/charlesbrumley
  • Options
    M1S0M1S0 Member Posts: 41 ■■□□□□□□□□
    S1#sh run
    Building configuration...

    Current configuration : 1543 bytes
    !
    version 12.2
    no service timestamps log datetime msec
    no service timestamps debug datetime msec
    no service password-encryption
    !
    hostname S1
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    spanning-tree mode pvst
    !
    !
    !
    !
    interface FastEthernet0/1
    switchport trunk allowed vlan 10,30,40-41
    switchport trunk encapsulation dot1q
    switchport mode trunk
    !
    interface FastEthernet0/2
    switchport trunk allowed vlan 10,30,40-41
    switchport trunk encapsulation dot1q
    switchport mode trunk
    !
    interface FastEthernet0/3
    switchport trunk allowed vlan 10,30,40-41
    switchport trunk encapsulation dot1q
    switchport mode trunk
    !
    interface FastEthernet0/4
    switchport access vlan 10
    switchport mode access
    !
    interface FastEthernet0/5
    switchport access vlan 10
    switchport mode access
    !
    interface FastEthernet0/6
    switchport access vlan 10
    switchport mode access
    !
    interface FastEthernet0/7
    !
    interface FastEthernet0/8
    !
    interface FastEthernet0/9
    !
    interface FastEthernet0/10
    !
    interface FastEthernet0/11
    !
    interface FastEthernet0/12
    !
    interface FastEthernet0/13
    !
    interface FastEthernet0/14
    !
    interface FastEthernet0/15
    !
    interface FastEthernet0/16
    !
    interface FastEthernet0/17
    !
    interface FastEthernet0/18
    !
    interface FastEthernet0/19
    !
    interface FastEthernet0/20
    !
    interface FastEthernet0/21
    !
    interface FastEthernet0/22
    !
    interface FastEthernet0/23
    !
    interface FastEthernet0/24
    !
    interface GigabitEthernet0/1
    !
    interface GigabitEthernet0/2
    !
    interface Vlan1
    no ip address
    shutdown
    !
    ip classless
    !
    !
    !
    !
    !
    !
    !
    line con 0
    !
    line aux 0
    !
    line vty 0 4
    login
    !
    !

    configuration of multilayer switch
  • Options
    M1S0M1S0 Member Posts: 41 ■■□□□□□□□□
    R1#sh run
    Building configuration...


    Current configuration : 982 bytes
    !
    version 12.4
    no service timestamps log datetime msec
    no service timestamps debug datetime msec
    no service password-encryption
    !
    hostname R1
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    spanning-tree mode pvst
    !
    !
    !
    !
    interface FastEthernet0/0
    no ip address
    duplex auto
    speed auto
    !
    interface FastEthernet0/0.10
    encapsulation dot1Q 10
    ip address 172.16.0.193 255.255.255.224
    ip helper-address 172.16.0.194
    !
    interface FastEthernet0/0.30
    encapsulation dot1Q 30
    ip address 172.16.0.1 255.255.255.128
    ip helper-address 172.16.0.194
    !
    interface FastEthernet0/0.40
    encapsulation dot1Q 40
    ip address 172.16.1.1 255.255.255.224
    ip helper-address 172.16.0.194
    !
    interface FastEthernet0/0.41
    encapsulation dot1Q 41
    ip address 172.16.1.33 255.255.255.224
    ip helper-address 172.16.0.194
    !
    interface FastEthernet0/1
    no ip address
    duplex auto
    speed auto
    shutdown
    !
    interface Vlan1
    no ip address
    shutdown
    !
    ip classless
    !
    !
    !
    !
    !
    !
    !
    line con 0
    !
    line aux 0
    !
    line vty 0 4
    login
    !
    !
    !
    end

    configuration of the router
  • Options
    GngoghGngogh Member Posts: 165 ■■■□□□□□□□
    Hi M1S0

    Can you put the pkt file in the book folder.. so i can see whats wrong with it.
  • Options
    M1S0M1S0 Member Posts: 41 ■■□□□□□□□□
    Hi

    I sent you an invitation to join the folder check your email pls

    Thanks
Sign In or Register to comment.