顯示具有 Router::Frame Relay 標籤的文章。 顯示所有文章
顯示具有 Router::Frame Relay 標籤的文章。 顯示所有文章

2016年3月12日 星期六

Frame Relay Switch

利用 7200 系列 Router 來模擬 Frame Relay Switch !!

基本設定如下:
當 Swtich 的 Router 設定
  R1(config)#frame-relay switching
  R1(config)#interface serial 1/1
  R1(config-if)#no ip address
  R1(config-if)#encapsulation frame-relay
  R1(config-if)#frame-relay intf-type dce
  R1(config-if)#clock rate 64000
  R1(config-if)#frame-relay route 210 interface serial 1/0 120
  R1(config-if)#exit
  R1(config)#interface serial 1/0
  R1(config-if)#no ip address
  R1(config-if)#encapsulation frame-relay
  R1(config-if)#frame-relay intf-type dce
  R1(config-if)#clock rate 64000
  R1(config-if)#frame-relay route 120 interface serial 1/1 210
  R1(config-if)#exit

當 Edge 的 Router :
  R2(config)#interface serial 3/0
  R2(config-if)#encapsulation frame-relay
  R2(config-if)#ip address 10.1.1.1 255.255.255.252
  R2(config-if)#no shutdown
  R2(config-if)#bandwidth 64
  R2(config-if)#exit

2015年8月27日 星期四

Frame Relay Configuration

https://supportforums.cisco.com/blog/152161/configuring-frame-relay-switch


http://www.cisco.com/c/en/us/td/docs/ios/12_2/wan/configuration/guide/fwan_c/wcffrely.html


http://www.ciscopress.com/articles/article.asp?p=170741&seqNum=7


http://websistent.com/category/networking/

http://www.thebryantadvantage.com/Frame%20Relay%20Switch.htm

http://www.packettracernetwork.com/labs/packettracerlabs.html

http://websistent.com/how-to-setup-a-vpn-server-in-windows-server-2008/#at_pco=smlwn-1.0&at_si=55de7fd078f34b0e&at_ab=per-2&at_pos=0&at_tot=1


http://itworkbooks.com/category/it-networking/simulator-network-gns3ioupacket-tracer/