• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
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.

Cần giúp đỡ gấp hệ thống mạng không thể kết nối cũng VLAN

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

  • Cần giúp đỡ gấp hệ thống mạng không thể kết nối cũng VLAN

    Chào mọi người
    Hiện tình em đang khẩn cấp nhờ các bác tư vấn giúp
    Sơ đồ:

    Hiện em đang gặp vấn đề như sau:
    Em có: 3 PC (các bác có thể nhìn vào hình)
    PCA (IP:172.16.2.31/24)
    PCB (IP: 172.16.2.32/24)
    PCC (IP: 172.16.2.29/24)

    1.
    PC A và PC B có thể nhận IP động từ DHCP Server (DHCP Server nằm trên con CoreSW 3750)
    PC C thì không thể nhận được IP động từ DHCP Serer(DHCP Server nằm trên con CoreSW 3750) nên em đang đặt tĩnh.
    2.
    PCA có thể ping PCB và ngược lại
    PCA và PCB thì không thể Ping đến PC C và ngược lại (mặc dù em đã đặt IP tĩnh)

    3.
    PC C em đặt IP tĩnh (không nhân được IP đông )thì có thể ping đến 172.16.2.1
    PC A và PC B nhận được IP đông thì không thể ping đến 172.16.2.1

    Đây là cấu hình con Core3750

    Code:
    Current configuration : 3060 bytes
    !
    version 12.2
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    service sequence-numbers
    !
    hostname CoreSwitch3750
    !
    boot-start-marker
    boot-end-marker
    !
    enable secret 5 $1$lh6S$1aaUMKhyUarWcq7okzSpi1
    enable password 7 08116C5D1A0E5505164A2C47
    !
    username switch privilege 15 password 7 12292504011C5C162E6A046B
    no aaa new-model
    switch 1 provision ws-c3750g-12s
    system mtu routing 1500
    ip subnet-zero
    ip routing
    no ip domain-lookup
    no ip dhcp use vrf connected
    ip dhcp excluded-address 172.16.2.1 172.16.2.30
    ip dhcp excluded-address 172.16.2.180 172.16.2.235
    !
    ip dhcp pool vlan2
       network 172.16.2.0 255.255.255.0
       default-router 172.16.2.1 
       dns-server 10.153.66.15 8.8.8.8 
       lease 2
    !
    ip dhcp pool dmz
    !
    ip dhcp pool vlan3
       network 172.16.3.0 255.255.255.0
       default-router 172.16.3.1 
       dns-server 8.8.8.8 
    !
    !
    !
    !
    !
    !
    !
    !
    spanning-tree mode pvst
    spanning-tree extend system-id
    !
    vlan internal allocation policy ascending
    !
    !
    !
    interface GigabitEthernet1/0/1
     description A3-2F-KTV
     switchport trunk encapsulation dot1q
     switchport mode trunk
     bandwidth 10000000
    !
    interface GigabitEthernet1/0/2
     description A1-3F-HAICANG
     bandwidth 10000000
    !
    interface GigabitEthernet1/0/3
     description A3-6F-GM OFFICE
     switchport trunk encapsulation dot1q
     switchport mode trunk
     bandwidth 10000000
    !
    interface GigabitEthernet1/0/4
     description A2-2F-1-F&A
     bandwidth 10000000
    !
    interface GigabitEthernet1/0/5
     description A2-3F-FO OFFICE
     bandwidth 10000000
    !
    interface GigabitEthernet1/0/6
     description A6-1F-HOUQIN              
     bandwidth 10000000
    !
    interface GigabitEthernet1/0/7
     description A2-2F-2-F&B
     bandwidth 10000000
    !
    interface GigabitEthernet1/0/8
     description BINH NHUONG
     bandwidth 10000000
    !
    interface GigabitEthernet1/0/9
     description A8-1F-CANGKU
     bandwidth 10000000
    !
    interface GigabitEthernet1/0/10
     description AQUA BAR
     bandwidth 10000000
    !
    interface GigabitEthernet1/0/11
     description CORE SWITCH 2960
     switchport trunk encapsulation dot1q
     switchport mode trunk
     bandwidth 10000000
    !
    interface GigabitEthernet1/0/12
     description JUNIPER SSG5
     switchport trunk encapsulation dot1q
     switchport mode trunk
     bandwidth 10000000
    !
    interface Vlan1
     ip address 10.153.66.5 255.255.255.0
    !
    interface Vlan2
     ip address 172.16.2.2 255.255.255.0
    !
    interface Vlan3
     ip address 172.16.3.1 255.255.255.0
    !
    ip classless
    ip route 192.168.0.0 255.255.252.0 10.153.66.47
    ip http server
    ip http authentication local
    !
    
    
    logging trap debugging
    logging source-interface Vlan1
    logging 10.153.66.41
    access-list 10 permit any
    snmp-server community public RO
    snmp-server community RO RO
    !
    control-plane
    !
    banner motd ^CC Welcome to CORE SWITCH 3750 ^C
    !
    line con 0
     exec-timeout 5 10
     password 7 12292504011C5C162E6A046B
     logging synchronous
     login local
    line vty 0 4
     exec-timeout 5 10
     password 7 1139391604055B1E006B0B67
     logging synchronous
     login local
     transport input telnet
    line vty 5 15
     exec-timeout 5 10
     password 7 13353701181B54382F650870
     logging synchronous
     login local
    !
    end
    Đây là cấu hình còn Core-Server

    Code:
    Current configuration : 4586 bytes
    !
    version 12.2
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    !
    hostname CoreSW-Server-2918TC
    !
    boot-start-marker
    boot-end-marker
    !
    enable secret 5 $1$N9fh$vz0YR1U1GeobEmtnE9AH8/
    enable password 7 06362F325F59590B01563248
    !
    username Switch privilege 15 password 7 097C6E1A0A1247000F4D2469
    no aaa new-model
    system mtu routing 1500
    vtp domain rcn0622
    vtp mode transparent
    ip subnet-zero
    !
    !
    no ip domain-lookup
    !
    !
    crypto pki trustpoint TP-self-signed-3206349952
     enrollment selfsigned
     subject-name cn=IOS-Self-Signed-Certificate-3206349952
     revocation-check none
     rsakeypair TP-self-signed-3206349952
    !
    !
    crypto pki certificate chain TP-self-signed-3206349952
     certificate self-signed 01
      3082024D 308201B6 A0030201 02020101 300D0609 2A864886 F70D0101 04050030 
      31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274 
      69666963 6174652D 33323036 33343939 3532301E 170D3933 30333031 30303030 
      35365A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649 
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 32303633 
      34393935 3230819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281 
      8100AFF2 A6429E85 B9FBC4A2 516CD283 FF9815A4 E105D860 D41C923D 639410C8 
      6FEEAC36 EB069237 9114BFBF 65F964E6 E571F9BB 206AB3FE 2D231602 D5918673 
      78423A00 8FF7D311 1A6DE970 C706A195 473FC07A B5E59623 EA842F23 B0C15A3A 
      82F647E0 B3ACB3F2 B64E50DD C8F7BFF3 6ED9F960 02B346C8 7FB8FDDA E3FC5077 
      03830203 010001A3 75307330 0F060355 1D130101 FF040530 030101FF 30200603 
      551D1104 19301782 15436F72 6553572D 53657276 65722D32 39313854 432E301F 
      0603551D 23041830 16801453 E83F4A1B D94C39A0 E3C7041D DDFFB80C D0A40E30 
      1D060355 1D0E0416 041453E8 3F4A1BD9 4C39A0E3 C7041DDD FFB80CD0 A40E300D 
      06092A86 4886F70D 01010405 00038181 000A9C68 F849AF20 F3CDDCF4 66F18284 
      0E843826 5B6AB845 6BC1BC56 CC1902BA 2493EC63 55B72673 D7B57EC3 382F0BC5 
      238C8C7E E2704A2C C484ED06 90FCCE2B A9BA3CC1 0EA6133D 22C90E67 C1177F5D 
      F6FE82FB 211C8B6E A7597FBF A2E6F0E9 429399FA FB95E340 7CA4ABB2 A7967E20 
      277E25E5 2B3721C2 002A986C 8E0CF90E 46
      quit
    !
    !
    !         
    !
    !
    spanning-tree mode pvst
    spanning-tree extend system-id
    !
    vlan internal allocation policy ascending
    !
    vlan 2-3 
    !
    !
    interface FastEthernet0/1
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/2
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/3
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/4
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/5
     spanning-tree portfast
    !
    interface FastEthernet0/6
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/7
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/8
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/9
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/10
     switchport mode trunk
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/11
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/12
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/13
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/14
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/15
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/16
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/17
     spanning-tree portfast
    !
    interface FastEthernet0/18
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/19
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/20
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/21
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/22
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/23
     switchport access vlan 2
     bandwidth 10000000
     duplex full
    !
    interface FastEthernet0/24
     bandwidth 10000000
     duplex full
    !
    interface GigabitEthernet0/1
    !
    interface GigabitEthernet0/2
     switchport access vlan 2
    !
    interface Vlan1
     ip address 10.153.66.6 255.255.255.0
     no ip route-cache
    !
    interface Vlan4
     no ip address
     no ip route-cache
    !
    ip http server
    ip http authentication local
    ip http secure-server
    logging trap debugging
    logging 10.153.66.41
    snmp-server community public RO
    snmp-server community RO RO
    !
    control-plane
    !
    banner motd ^CC Welcome to CORE SWITCH 2960 ^C
    !
    line con 0
     exec-timeout 5 10
     password 7 01232617481C561D250D6E4A
     logging synchronous
     login local
    line vty 0 4
     exec-timeout 5 10
     password 7 142732181F137A3920691376
     logging synchronous
     login local
     transport input telnet ssh
    line vty 5 15
     exec-timeout 5 10
     password 7 0236244818115F33480F295A
     logging synchronous
     login local
    !
    end
    Last edited by mrh09; 25-12-2014, 08:14 AM.

  • #2
    đưa số đt mình support luôn cho
    Theo lối dẫn-Ngẫng nhìn thầy-Đi theo thầy-Nhìn thấu thầy-và Trở thành thầy.

    Comment


    • #3
      Originally posted by hunterlove_113 View Post
      đưa số đt mình support luôn cho
      Sau khi được tụ vấn thì mình đã có những giải pháp tốt hơn. Thanks Vũ nhiều nha

      Comment

      Working...
      X