Share Pastebin
Guest
Public paste!

Mlmmt

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 1.68 KB | Hits: 33 | Expires: Never
Copy text to clipboard
  1. boot-start-marker
  2. boot-end-marker
  3. !
  4. !
  5. no aaa new-model
  6. !
  7. resource policy
  8. !
  9. memory-size iomem 15
  10. polling-interval 60
  11. no auto-configure
  12. no pvc
  13. snmp-timeout 180
  14. ip subnet-zero
  15. ip cef
  16. !
  17. !
  18. no ip dhcp use vrf connected
  19. !
  20. !
  21. !
  22. !
  23. !
  24. class-map match-all LLQ-102-CLASS
  25. match access-group 102
  26. class-map match-all CBWFQ-104-CLASS
  27. match access-group 104
  28. class-map match-all CBWFQ-103-CLASS
  29. match access-group 103
  30. !
  31. !
  32. policy-map CBWFQ-LONDON
  33. class LLQ-102-CLASS
  34. priority 8
  35. class CBWFQ-103-CLASS
  36. bandwidth percent 25
  37. class CBWFQ-104-CLASS
  38. bandwidth percent 25
  39. !
  40. !
  41. !
  42. interface Loopback0
  43. ip address 192.168.200.1 255.255.255.0
  44. !
  45. interface FastEthernet0/0
  46. no ip address
  47. shutdown
  48. duplex auto
  49. speed auto
  50. !
  51. interface FastEthernet0/1
  52. no ip address
  53. shutdown
  54. duplex auto
  55. speed auto
  56. !
  57. interface Serial0/0/0
  58. ip address 192.168.192.2 255.255.255.0
  59. encapsulation frame-relay
  60. no fair-queue
  61. frame-relay class CBWFQ-LONDON
  62. frame-relay traffic-shaping
  63. !
  64. interface Serial0/0/1
  65. ip address 192.168.199.1 255.255.255.0
  66. clockrate 2000000
  67. !
  68. interface BRI0/1/0
  69. no ip address
  70. shutdown
  71. !
  72. ip classless
  73. ip route 192.168.0.0 255.255.255.0 192.168.192.1
  74. ip route 192.168.232.0 255.255.248.0 192.168.199.2
  75. !
  76. ip http server
  77. !
  78. !
  79. map-class frame-relay TSLAB
  80. frame-relay adaptive-shaping becn
  81. frame-relay cir 28000
  82. frame-relay mincir 18000
  83. service-policy output CBWFQ-LONDON
  84. !
  85. map-class frame-relay CBWFQ-LONDON
  86. access-list 102 permit ip host 192.168.233.1 192.168.0.0 0.0.0.255
  87. access-list 103 permit ip host 192.168.234.1 192.168.0.0 0.0.0.255
  88. access-list 104 permit ip host 192.168.235.1 192.168.0.0 0.0.0.255
  89. !
  90. control-plane
  91. !
  92. !
  93. line con 0
  94. line aux 0
  95. line vty 0 4
  96. login
  97. !
  98. end