Konfigurasi WAN Frame Relay



Konfigurasi Router 1
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#host R1
R1(config)#no ip domain-l
R1(config)#int fa0/0
R1(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1(config-if)#ip add 192.168.1.1 255.255.255.0
R1(config-if)#ex
R1(config)#int s2/0
R1(config-if)#no sh
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
R1(config-if)#ip add 209.165.1.1 255.255.255.248
R1(config-if)#enc fr
R1(config-if)#enc frame-relay
R1(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
R1(config-if)#fr lmi-type ci
R1(config-if)#fr lmi-type cisco
R1(config-if)#fr interface-dlci 102
R1(config-if)#fr interface-dlci 103
R1(config-if)#ex
R1(config)#ip dhcp pool cleverior
R1(dhcp-config)#net 192.168.1.0 255.255.255.0
R1(dhcp-config)#default-router 192.168.1.1
R1(dhcp-config)#dns-server 192.168.2.2
R1(dhcp-config)#ex
R1(config)#ex
%SYS-5-CONFIG_I: Configured from console by console
R1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
R1#

Konfigurasi Router 2
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#no ip domain-l
Router(config)#host R2
R2(config)#no ip domain-l
R2(config)#int fa0/0
R2(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R2(config-if)#ip add 192.168.2.1 255.255.255.0
R2(config-if)#int fa1/0
R2(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
R2(config-if)#ip add 192.168.3.1 255.255.255.0
R2(config-if)#ex
R2(config)#int s2/0
R2(config-if)#no sh
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
R2(config-if)#ip add 209.165.1.2 255.255.255.248
R2(config-if)#enc fr
R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
R2(config-if)#fr lmi-type cisco
R2(config-if)#fr int 201
R2(config-if)#fr int 203
R2(config-if)#ex
R2(config)#ex
%SYS-5-CONFIG_I: Configured from console by console
R2#
R2#copy r s
Destination filename [startup-config]?
Building configuration...
[OK]
R2#



Konfigurasi Router 3
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#no ip domain-l
Router(config)#host R3
R3(config)#int fa0/0
R3(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R3(config-if)#ip add 192.168.4.1 255.255.255.0
R3(config-if)#int s2/0
R3(config-if)#no sh
R3(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
R3(config-if)#enc fr
R3(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
R3(config-if)#fr lmi-type cisco
R3(config-if)#fr int 301
R3(config-if)#fr int 302
R3(config-if)#ip add 209.165.1.3 255.255.255.248
R3(config-if)#ex
R3(config)#ip dhcp pool cleverior
R3(dhcp-config)#net 192.168.4.0 255.255.255.0
R3(dhcp-config)#default-router 192.168.4.1
R3(dhcp-config)#dns-server 192.168.2.2
R3(dhcp-config)#ex
R3(config)#ex
R3#
%SYS-5-CONFIG_I: Configured from console by console
R3#copy r s
Destination filename [startup-config]?
Building configuration...
[OK]
R3#

Konfigurasi static routing di R1
R1>en
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#ip ro 192.168.2.0 255.255.255.0 209.165.1.2
R1(config)#ip ro 192.168.3.0 255.255.255.0 209.165.1.2
R1(config)#ip ro 192.168.4.0 255.255.255.0 209.165.1.3
R1(config)#do copy r s
Destination filename [startup-config]?
Building configuration...
[OK]
R1(config)#

Konfigurasi static routing di R2
R2>en
R2#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R2(config)#ip ro 192.168.1.0 255.255.255.0 209.165.1.1
R2(config)#ip ro 192.168.4.0 255.255.255.0 209.165.1.3
R2(config)#do copy r s
Destination filename [startup-config]?
Building configuration...
[OK]
R2(config)#

Konfigurasi static routing di R3
R3>en
R3#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R3(config)#ip ro 192.168.1.0 255.255.255.0 209.165.1.1
R3(config)#ip ro 192.168.3.0 255.255.255.0 209.165.1.2
R3(config)#ip ro 192.168.4.0 255.255.255.0 209.165.1.2
R3(config)#do copy r s
Destination filename [startup-config]?
Building configuration...
[OK]
R3(config)#








Langsung di cek aja ya. En semoga bermanfaat ! :-)
Read more »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati