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.

cau hinh frame-relay

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

  • cau hinh frame-relay

    mo hinh lab cua e la mo hinh kieu full mesh.
    tai R1 cau hinh 2subinterface :
    s0/0/0.1 (192.168.1.1) la multipoint toi --R3 (ip 192.168.1.3/24)
    R4 (ip 192.168.1.4/24)
    S0/0/0.2 (192.168.2.1) la point to point toi R2 ( ip 192.168.2.2)
    sau khi cau hinh xong e chi ping dc tu R1 den R2,R3,R4 chu ko ping duoc giua R2,R3,R4.

    R1#show frame-relay map
    Serial0/0/0.1 (up): ip 192.168.1.4 dlci 104, static, CISCO, status defined, active
    Serial0/0/0.1 (up): ip 192.168.1.3 dlci 103, static, CISCO, status defined, active
    Serial0/0/0.2 (up): point-to-point dlci, dlci 102, broadcast, status defined, active


    R1#show run
    Building configuration...

    Current configuration : 726 bytes
    !
    version 12.4
    no service password-encryption
    !
    hostname R1
    !
    !
    !
    !
    !
    ip ssh version 1
    !
    !
    interface FastEthernet0/0
    no ip address
    duplex auto
    speed auto
    shutdown
    !
    interface FastEthernet0/1
    no ip address
    duplex auto
    speed auto
    shutdown
    !
    interface Serial0/0/0
    no ip address
    encapsulation frame-relay
    !
    interface Serial0/0/0.1 multipoint
    ip address 192.168.1.1 255.255.255.0
    frame-relay map ip 192.168.1.4 104
    frame-relay map ip 192.168.1.3 103
    !
    interface Serial0/0/0.2 point-to-point
    ip address 192.168.2.1 255.255.255.0
    frame-relay interface-dlci 102
    !
    interface Serial0/0/1
    no ip address
    shutdown
    !
    interface Vlan1
    --More--


    R2#show frame-relay map
    Serial0/0/0 (up): ip 192.168.1.4 dlci 204, dynamic, broadcast, CISCO, status defined, active
    Serial0/0/0 (up): ip 192.168.2.1 dlci 201, dynamic, broadcast, CISCO, status defined, active
    Serial0/0/0 (up): ip 192.168.1.3 dlci 203, dynamic, broadcast, CISCO, status defined, active

    R2#show run
    Building configuration...

    Current configuration : 523 bytes
    !
    version 12.4
    no service password-encryption
    !
    hostname R2
    !
    !
    !
    !
    !
    ip ssh version 1
    !
    !
    interface FastEthernet0/0
    no ip address
    duplex auto
    speed auto
    shutdown
    !
    interface FastEthernet0/1
    no ip address
    duplex auto
    speed auto
    shutdown
    !
    interface Serial0/0/0
    ip address 192.168.2.2 255.255.255.0
    encapsulation frame-relay
    frame-relay interface-dlci 201
    !
    interface Serial0/0/1
    no ip address
    shutdown
    !
    interface Vlan1
    no ip address


    R4#show frame-relay map
    Serial0/0/0 (up): ip 192.168.1.1 dlci 401, static, CISCO, status defined, active
    Serial0/0/0 (up): ip 192.168.1.3 dlci 403, dynamic, broadcast, CISCO, status defined, active
    Serial0/0/0 (up): ip 192.168.2.2 dlci 402, dynamic, broadcast, CISCO, status defined, active


    R4#show run
    Building configuration...

    Current configuration : 527 bytes
    !
    version 12.4
    no service password-encryption
    !
    hostname R4
    !
    !
    !
    !
    !
    ip ssh version 1
    !
    !
    interface FastEthernet0/0
    no ip address
    duplex auto
    speed auto
    shutdown
    !
    interface FastEthernet0/1
    no ip address
    duplex auto
    speed auto
    shutdown
    !
    interface Serial0/0/0
    ip address 192.168.1.4 255.255.255.0
    encapsulation frame-relay
    frame-relay map ip 192.168.1.1 401
    !
    interface Serial0/0/1
    no ip address
    shutdown
    !
    interface Vlan1


    R3#show frame-relay m
    R3#show frame-relay map
    Serial0/0/0 (up): ip 192.168.1.1 dlci 301, static, CISCO, status defined, active
    Serial0/0/0 (up): ip 192.168.1.4 dlci 304, dynamic, broadcast, CISCO, status defined, active
    Serial0/0/0 (up): ip 192.168.2.2 dlci 302, dynamic, broadcast, CISCO, status defined, active


    R3#show run
    Building configuration...

    Current configuration : 527 bytes
    !
    version 12.4
    no service password-encryption
    !
    hostname R3
    !
    !
    !
    !
    !
    ip ssh version 1
    !
    !
    interface FastEthernet0/0
    no ip address
    duplex auto
    speed auto
    shutdown
    !
    interface FastEthernet0/1
    no ip address
    duplex auto
    speed auto
    shutdown
    !
    interface Serial0/0/0
    ip address 192.168.1.3 255.255.255.0
    encapsulation frame-relay
    frame-relay map ip 192.168.1.1 301
    !
    interface Serial0/0/1
    no ip address
    shutdown
    !
    interface Vlan1
    no ip address
    shutdown
    !


    Cac bac kiem tra ho e voi.Thanks

  • #2
    bạn có cấu hình routing gì chưa?
    Đặng Quang Minh, CCIEx2#11897 (Enterprise Infrastructure, Wireless), DEVNET, CCSI#31417

    Email : dangquangminh@vnpro.org
    https://www.facebook.com/groups/vietprofessional/

    Comment

    Working...
    X