Minggu, 09 Desember 2012

Lab130. Frame Relay Point-to-Point Subinterface

Objective : Mengenal konfigurasi subinterface tipe point-to-point

Topologi Lab :
Metode Lab :
  • Buat subinterface baru pada R1 dan R2
  • Gunakan type point-to-point pada subinterface nya
Konfigurasi R1
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 clock rate 2000000
!
interface Serial0/0.2 point-to-point
 ip address 12.12.12.1 255.255.255.0
 frame-relay interface-dlci 102
!



 Konfigurasi R2

!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 clock rate 2000000
!
interface Serial0/0.2 point-to-point
 ip address 12.12.12.2 255.255.255.0
 frame-relay interface-dlci 201
!

Verifikasi Lab
Point-to-Point tidak membutuhkan mapping ip kareana hanya ada satu dlci saja, perintah frame-relay interface-dlci digunakan untuk memindahkan assign dlci frame relay switch dari main interface ke subinterface nya

Tidak ada komentar:

Posting Komentar