SG

SG

Jumat, 16 Desember 2011

Frame Relay Bridging



Disini saya akan mencoba mencontohkan Frame Relay Bridging
kita menggunakan router sebagai PC1 dan PC 3...dan kita akan mencoba ping dari PC1 ke PC3 dan sebaliknya...
berikut contoh config yang saya buat...

FRS
frame-relay switching
interface Serial0/0
 no ip address
 encapsulation frame-relay
 clock rate 2000000
 frame-relay intf-type dce
 frame-relay route 102 interface Serial0/1 201

interface Serial0/1
 no ip address
 encapsulation frame-relay
 clock rate 2000000
 frame-relay intf-type dce
 frame-relay route 201 interface Serial0/0 102

R1

bridge irb
interface Serial0/0
 no ip address
 encapsulation frame-relay
 clock rate 2000000
 frame-relay map bridge 102 broadcast
 bridge-group 1

interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 bridge-group 1



interface BVI1
 ip address 12.12.12.1 255.255.255.0
bridge 1 protocol ieee
bridge 1 route ip


R2

bridge irb
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 bridge-group 1
interface Serial0/1
 no ip address
 encapsulation frame-relay
 clock rate 2000000
 frame-relay map bridge 201 broadcast
 bridge-group 1
interface BVI1
 ip address 12.12.12.2 255.255.255.0
bridge 1 protocol ieee
bridge 1 route ip



PC1 saya beri IP 12.12.12.100 dan PC 2 IPnya 12.12.12.101
dari PC1 kita coba tes ping ke PC 2

ping 12.12.12.101

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.12.12.101, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/81/172 ms


lalu kita tes ping dari PC2 ke PC 1

ping 12.12.12.100

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.12.12.100, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/94/140 ms

see u in the next postttt....















Tidak ada komentar:

Posting Komentar