Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Routing Enable trên Switch 3560x

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Routing Enable trên Switch 3560x

    Mình đang chia VLAN trên con 3560x nhưng không hiểu tại sao các máy con trong 2 vlan 34 và 99 không ping thấy nhau được.

    Mong được trợ giúp

    Thông tin tren switch như bên dưới.

    - Thông tin OS
    Code:
    Backbone-C3560X#sh ver
    Cisco IOS Software, C3560E Software ([B][COLOR="#FF0000"]C3560E-UNIVERSALK9-M), Version 12.2(55)SE5[/COLOR][/B], RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Thu 09-Feb-12 18:32 by prod_rel_team
    Image text-base: 0x00003000, data-base: 0x02800000
    
    ROM: Bootstrap program is C3560E boot loader
    BOOTLDR: C3560E Boot Loader (C3560X-HBOOT-M) Version 12.2(58r)SE1, RELEASE SOFTWARE (fc1)
    
    Backbone-C3560X uptime is 1 hour, 44 minutes
    System returned to ROM by power-on
    System image file is "flash:/c3560e-universalk9-mz.122-55.SE5/c3560e-universalk9-mz.122-55.SE5.bin"
    - Thông tin cấu hình
    Code:
    Backbone-C3560X#sh ru
    Building configuration...
    
    Current configuration : 5345 bytes
    !
    version 12.2
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Backbone-C3560X
    !
    boot-start-marker
    boot-end-marker
    !
    enable secret 5 $1$7rNI$TqVEZRs1vmfLREVg/5p2z0
    !
    username admin secret 5 $1$KBxm$ueNqrHJyEnJ/8ipqS4epu0
    !
    !
    no aaa new-model
    system mtu routing 1500
    [COLOR="#FF0000"][B]ip routing[/B][/COLOR]
    !
    ip dhcp pool VLAN-99
       network 192.168.99.0 255.255.255.0
       default-router 192.168.99.1 
       dns-server 192.168.0.12 
    !
    ip dhcp pool VLAN-34
       network 192.168.34.0 255.255.255.0
       default-router 192.168.34.1 
       dns-server 192.168.0.12
    !
    interface GigabitEthernet0/21
     switchport access vlan [COLOR="#FF0000"][B]34[/B][/COLOR]
     switchport mode access
    !
    interface GigabitEthernet0/22
     switchport access vlan [COLOR="#FF0000"][B]99[/B][/COLOR]
     switchport mode access
    Code:
    Backbone-C3560X#sh sdm pr
     The current template is "desktop routing" template.
     The selected template optimizes the resources in
     the switch to support this level of features for
     8 routed interfaces and 1024 VLANs. 
    
      number of unicast mac addresses:                  3K
      number of IPv4 IGMP groups + multicast routes:    1K
      number of IPv4 unicast routes:                    11K
        number of directly-connected IPv4 hosts:        3K
        number of indirect IPv4 routes:                 8K
      [COLOR="#FF0000"][B]number of IPv4 policy based routing aces:         0.5K[/B][/COLOR]
      number of IPv4/MAC qos aces:                      0.5K
      number of IPv4/MAC security aces:                 1K
    Code:
    Backbone-C3560X#sh int tru
    
    Port        Mode             Encapsulation  Status        Native vlan
    Gi1/1       auto             802.1q         trunking      1
    Po1         on               802.1q         trunking      99
    
    Port        Vlans allowed on trunk
    Gi1/1       1-4094
    Po1         1-4094
    
    Port        Vlans allowed and active in management domain
    Gi1/1       1,10-12,17,34,56,77,99,199
    Po1         1,10-12,17,34,56,77,99,199
    Last edited by khanhvc2003; 04-07-2014, 02:31 PM.

  • #2
    Địa chỉ ip trên interface vlan chưa có mà

    Comment


    • #3
      có rồi bạn ơi.

      P/s: cũng các bước cấu hình đó mình làm trên packet Tracert (OS: c3560-advipservicesk9-mz.122-37.SE1.bin) thì các máy tính lấy IP và thông nhau bình thường, còn trên thiết bị thiệt (c3560e-universalk9-mz.122-55.SE5) thì không lấy được IP. Không biết phải OS không nữa

      Comment


      • #4
        - Các máy tính thuộc 2 vlan này đặt defalt gateway chưa ?
        - Đứng trến sw L3 thử ping 192.168.34.1 source interface vlan 99 xem thế nào

        P/S: trên switch có thể tạo ACLs để monitor traffic từ 2 vlan này, xem có thông tin gì ko.

        Comment

        Working...
        X