• 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.

Frame-relay Tunnel

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Frame-relay Tunnel



    Cisco 2501 # 1
    !
    version 11.2
    service udp-small-servers
    service tcp-small-servers
    !
    hostname frame
    !
    !
    frame-relay switching
    !
    interface Tunnel0
    no ip address
    tunnel source Ethernet0
    tunnel destination 192.168.1.1
    !
    interface Ethernet0
    ip address 192.168.1.2 255.255.255.0
    !
    interface Serial0
    no ip address
    encapsulation frame-relay
    clockrate 1000000
    frame-relay lmi-type ansi
    frame-relay intf-type dce
    frame-relay route 112 interface Serial1 211
    frame-relay route 113 interface Tunnel0 311
    frame-relay route 114 interface Tunnel0 411
    !
    interface Serial1
    no ip address
    encapsulation frame-relay
    clockrate 1000000
    frame-relay lmi-type ansi
    frame-relay intf-type dce
    frame-relay route 211 interface Serial0 112
    !
    no ip classless
    !
    line con 0
    line aux 0
    line vty 0 4
    login
    !
    end
    Cisco 2501 # 2
    !
    version 11.2
    no service password-encryption
    no service udp-small-servers
    no service tcp-small-servers
    !
    hostname frame2
    !
    !
    frame-relay switching
    !
    interface Tunnel0
    no ip address
    tunnel source Ethernet0
    tunnel destination 192.168.1.2
    !
    interface Ethernet0
    ip address 192.168.1.1 255.255.255.0
    !
    interface Serial0
    no ip address
    encapsulation frame-relay
    clockrate 1000000
    frame-relay lmi-type ansi
    frame-relay intf-type dce
    frame-relay route 311 interface Tunnel0 113
    !
    interface Serial1
    no ip address
    encapsulation frame-relay
    clockrate 1000000
    frame-relay lmi-type ansi
    frame-relay intf-type dce
    frame-relay route 411 interface Tunnel0 114
    !
    no ip classless
    !
    !
    line con 0
    line aux 0
    line vty 0 4
    login
    !
    end
    To be number 1 !!!
Working...
X