Guest User

Untitled

a guest
Oct 29th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. {standard-500.no}=>atm phonebook add
  2. name = pvc2
  3. addr = 1.32
  4. :atm phonebook add name=pvc2 addr=1*32
  5.  
  6. {standard-500.no}=>atm ifadd
  7. intf = atm2
  8. :atm ifadd intf=atm2
  9.  
  10. {standard-500.no}=>atm ifconfig
  11. intf = atm2
  12. [dest] = pvc2
  13. [qos] = default
  14. [clp] = 0
  15. [encaps] = vcmux
  16. [fcs] = disabled
  17. [ulp] = ppp
  18. [retry] = 10
  19. :atm ifconfig intf=atm2 dest=pvc2 encaps=vcmux ulp=ppp
  20.  
  21. {standard-500.no}=>atm ifattach
  22. intf = atm2
  23. :atm ifattach intf=atm2
  24.  
  25. {standard-500.no}=>ppp ifadd
  26. intf = TypeA_2
  27. :ppp ifadd intf=TypeA_2
  28.  
  29. {standard-500.no}=>ppp ifconfig
  30. intf = TypeA_2
  31. [dest] = atm2
  32. [user] = Pnr
  33. [password] = ***
  34. Please retype password for verification.
  35. [password] = ***
  36. [pool] =
  37. [pcomp] = disabled
  38. [accomp] = enabled
  39. [trace] = disabled
  40. [auth] = auto
  41. [restart] = enabled
  42. [retryinterval] = 10
  43. [passive] = disabled
  44. [silent] = disabled
  45. [echo] = enabled
  46. [echotolerance] = 5
  47. [mru] = 1500
  48. [laddr] =
  49. [raddr] =
  50. [netmask] =
  51. [format] = none
  52. [savepwd] = enabled
  53. [demanddial] = disabled
  54. [doddelay] = 120
  55. [primdns] =
  56. [secdns] =
  57. [dnsmetric] =
  58. [idletime] =
  59. [idletrigger] = RxTx
  60. [unnumbered] = disabled
  61. :ppp ifconfig intf=TypeA_2 dest=atm2 user=Pnr password=_DEV_5EAC012A388D5013
  62.  
  63. {standard-500.no}=>ppp ifattach
  64. intf = TypeA_2
  65. :ppp ifattach intf=TypeA_2
  66.  
  67. {standard-500.no}=>saveall
  68. {standard-500.no}=>
Add Comment
Please, Sign In to add comment