[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuration Tasks

To configure a POS interface:

  1. Configure a physical interface.
  2. host1(config)#interface pos 0/1 
    
    
    
  3. (Optional) Assign a text description or an alias to the interface.
  4. host1(config-if)#pos description austin01 pos interface
    
    
    
  5. Configure the encapsulation method.
  6. host1(config-if)#encapsulation ppp
    
    
    
  7. (Optional) Configure the internal clock source.
  8. host1(config-if)#clock source internal module
    
    
    
  9. (Optional) Set the size of the CRC.
  10. host1(config-if)#crc 32
    
    
    
  11. (Optional) Set the time interval at which the router calculates bit and packet rate counters.
  12. host1(config-if)#load-interval 90
    
    
    
  13. (Optional) Set the type of loopback mode.
  14. host1(config-if)#loopback line
    
    
    
  15. (Optional) Set the MRU size.
  16. host1(config-if)#mru 1000
    
    
    
  17. (Optional) Set the MTU size.
  18. host1(config-if)#mtu 1000
    
    
    
  19. (Optional) Set the type of framing.
  20. host1(config-if)#pos framing sdh
    
    
    
  21. Disable payload scrambling.
  22. host1(config-if)#no pos scramble-atm
    
    
    
  23. (Optional) Disable an interface.
  24. host1(config-if)#shutdown
    

clock source

crc

encapsulation frame-relay ietf

encapsulation ppp

interface pos

load-interval

loopback

mru

mtu

pos description

pos framing

pos scramble-atm

shutdown


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]