Subscribe
Add to Technorati Favourites
Add to del.icio.us

Senin, 07 Desember 2009

PPP Comands

Contoh 1: Mengaktifkan PPP pada Interface

Untuk mengatur enkapsulasi PPP sebagai metode yang digunakan oleh serial atau ISDN interface, gunakan enkapsulasi ppp konfigurasi  perintah interface.

Contoh berikut memungkinkan enkapsulasi PPP pada interface serial 0 / 0:

  • R3#configure terminal

    R3(config)#interface serial 0/0

    R3(config-if)#encapsulation ppp

  • Enkapsulasi default untuk interface serial adalah HLDC


Example 2: Compression




To configure compression over PPP, enter the following commands:

R3(config)#interface serial 0/0

R3(config-if)#encapsulation ppp

R3(config-if)#compress [predictor | stac]



Example 3: Link Quality Monitoring






his example configuration monitors the data dropped on the link and avoids frame looping:

  • R3(config)#interface serial 0/0
  • R3(config-if)#encapsulation ppp
  • R3(config-if)#ppp quality 80

Use the no ppp quality command to disable LQM.

Example 4: Load Balancing Across Links


The following commands perform load balancing across multiple links:


  • Router(config)#interface serial 0/0
  • Router(config-if)#encapsulation ppp
  • Router(config-if)#ppp multilink

The multilink command has no arguments. To disable PPP multilink, use the no ppp multilink command.