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
- Thông tin cấu hình
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"
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
Comment