Lab42. Frame Relay (Main Interface : Static Mapping + Multipoint subInterface: Static Mapping)

080913_1152_FrameRelayI1.pngObjective
Memvariasikan tipe interface

Metode Lab

  • Pada RM-R1 gunakan sub interface multipoint, static mapping
  • Hapus interface serial s0/0.2 di RM-R1
  • Pada RM-R2 gunakan main interface, static mapping

Verifikasi Lab
Pastikan pada RM-R1 dan RM-R2 frame-relay mapnya static

RM-R1(config)#no interface s0/0.2
% Not all config may be removed and may reappear after reactivating the sub-interface
RM-R1(config)#int s0/0
RM-R1(config-if)#encapsulation frame-relay
RM-R1(config-if)#interface s0/0.1 multipoint
RM-R1(config-subif)#ip addr 12.12.12.1 255.255.255.0
RM-R1(config-subif)#frame-relay map ip 12.12.12.2 102 broadcast

RM-R2(config-if)#int s0/0
RM-R2(config-if)#ip addr 12.12.12.2 255.255.255.0
RM-R2(config-if)#encapsulation frame-relay
RM-R2(config-if)#frame-relay map ip 12.12.12.1 201 broadcast

Cek mappingnya

RM-R1(config-subif)#do sh frame-relay map
Serial0/0.1 (up): ip 12.12.12.2 dlci 102(0x66,0x1860), static,
              broadcast,
              CISCO, status defined, active

RM-R2(config-if)#do sh frame-relay map
Serial0/0 (up): ip 12.12.12.1 dlci 201(0xC9,0x3090), static,
              broadcast,
              CISCO, status defined, active

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.