Advertisement
fredyk

Untitled

Aug 29th, 2016
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. !version 10.1.0D build 33463
  2. service timestamps log date
  3. service timestamps debug date
  4. logging 1.1.1.1 notifications
  5. logging buffered 64000
  6. logging buffered warnings
  7. logging monitor alerts
  8. logging trap debugging
  9. logging command
  10. !
  11. hostname OLT_SNT-1
  12. port-protected 1
  13. !
  14. !
  15. !
  16. !
  17. ip default-gateway 10.10.10.1
  18. !
  19. !
  20. no spanning-tree
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. epon dba hardware cycletime 25000 discovery-frequence 60 discovery-length 1024
  32. !
  33. aaa authentication login default local
  34. aaa authentication enable default none
  35. aaa authorization exec default local
  36. !
  37. username admin password 0 111111
  38. !
  39. !
  40.  
  41. epon oam-version 1 0x21
  42. epon oam-version 2 0x20
  43. !
  44. epon onu-config-template T1
  45. cmd-sequence 1 epon onu port 1 ctc vlan mode tag 3053
  46. cmd-sequence 2 epon onu port 2 ctc vlan mode tag 252
  47. cmd-sequence 3 epon onu port 2 ctc mcst mc-vlan add 256
  48. cmd-sequence 4 epon onu port 2 ctc mcst tag-stripe enable
  49. cmd-sequence 5 epon onu port 3 ctc vlan mode tag 252
  50. cmd-sequence 6 epon onu port 3 ctc mcst mc-vlan add 256
  51. cmd-sequence 7 epon onu port 3 ctc mcst tag-stripe enable
  52. cmd-sequence 8 epon onu port 4 ctc vlan mode tag 252
  53. cmd-sequence 9 epon onu port 4 ctc mcst mc-vlan add 256
  54. cmd-sequence 10 epon onu port 4 ctc mcst tag-stripe enable
  55. cmd-sequence 11 epon onu all-port loopback detect
  56. !
  57. !
  58. !!slot 0 89
  59. interface GigaEthernet0/1
  60. switchport trunk vlan-untagged none
  61. !
  62. interface GigaEthernet0/2
  63. shutdown
  64. !
  65. interface GigaEthernet0/3
  66. description 105-16
  67. !
  68. interface GigaEthernet0/4
  69. shutdown
  70. !
  71. interface GigaEthernet0/5
  72. shutdown
  73. !
  74. interface GigaEthernet0/6
  75. description UP-to-AZS
  76. switchport trunk vlan-allowed 100,102,252,254,256,3053-3056
  77. switchport trunk vlan-untagged none
  78. switchport mode trunk
  79. switchport pvid 256
  80. !
  81. interface EPON0/1
  82. description SNT-1
  83. epon pre-config-template T1 binded-onu-llid 1-64
  84. epon bind-onu mac 8479.7319.f0e0 1
  85. epon bind-onu mac 8479.7323.9725 2
  86. epon bind-onu mac 8479.7323.905d 3
  87. switchport trunk vlan-allowed 252,254,256,3053
  88. switchport mode trunk
  89. switchport protected 1
  90. !
  91. interface EPON0/1:1
  92. description 1090003080
  93. !
  94. interface EPON0/1:2
  95. description 1090003017
  96. !
  97. interface EPON0/1:3
  98. description 1090003026
  99. !
  100. interface EPON0/2
  101. shutdown
  102. switchport protected 1
  103. !
  104. interface EPON0/3
  105. shutdown
  106. switchport protected 1
  107. !
  108. interface EPON0/4
  109. shutdown
  110. switchport protected 1
  111. !
  112. !!slot end
  113. !
  114. interface VLAN102
  115. ip address 10.10.10.170 255.255.255.0
  116. !
  117. !
  118. vlan 100
  119. name Phone
  120. !
  121. vlan 102
  122. name Manage
  123. !
  124. vlan 252
  125. name STB-Gepon
  126. !
  127. vlan 254
  128. name STB-SNT
  129. !
  130. vlan 256
  131. name MCST
  132. !
  133. vlan 3053
  134. name SNT-1
  135. !
  136. vlan 1,100,102,252,254,256,3053-3056
  137. !
  138. !
  139. ip mcst enable
  140. ip igmp-proxy enable
  141. ip igmp-proxy last-member-query interval 3
  142. ip mcst timer response-time 10
  143. !
  144. !
  145. !
  146. !
  147. ip http server
  148. !
  149. !
  150. !
  151. snmp-server community 0 111111 RW
  152. snmp-server community 0 111111 RW
  153. !
  154. !
  155. time-zone OMST 6 0
  156. !
  157. !Pending configurations for absent linecards:
  158. !
  159. !No configurations pending global
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement