Advertisement
Guest User

Untitled

a guest
May 24th, 2015
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. #show running-config
  2. Building configuration...
  3.  
  4.  
  5. Current configuration:
  6. !
  7. !version 10.1.0B build 22960
  8. service timestamps log date
  9. service timestamps debug date
  10. logging buffered 100000
  11. !
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. !
  21. !
  22. !
  23. ip default-gateway 192.168.225.1
  24. !
  25. spanning-tree mode rstp
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. epon dba hardware cycletime 25000 discovery-frequence 60 discovery-length 1024
  33. !
  34. aaa authentication login default local
  35. aaa authentication enable default none
  36. aaa authorization exec default local
  37. !
  38. username admin password 0 admin
  39. !
  40. !
  41.  
  42. !
  43. !!slot 0 84
  44. interface GigaEthernet0/1
  45. switchport trunk vlan-allowed 1-2,10,15,1122
  46. switchport trunk vlan-untagged none
  47. switchport mode trunk
  48. switchport pvid 10
  49. !
  50. interface GigaEthernet0/2
  51. switchport trunk vlan-allowed 1-2,10,15,1122
  52. switchport trunk vlan-untagged none
  53. switchport mode trunk
  54. switchport pvid 10
  55. !
  56. interface GigaEthernet0/3
  57. shutdown
  58. !
  59. interface GigaEthernet0/4
  60. shutdown
  61. !
  62. interface GigaEthernet0/5
  63. shutdown
  64. !
  65. interface GigaEthernet0/6
  66. shutdown
  67. !
  68. interface EPON0/1
  69. epon bind-onu mac fcfa.f7c5.a662 1
  70. epon bind-onu mac fcfa.f796.08bd 2
  71. switchport trunk vlan-allowed 1,15,1122
  72. switchport mode trunk
  73. !
  74. interface EPON0/1:1
  75. onu-configuration
  76. epon onu port 1 ctc vlan mode tag 1122
  77. epon onu port 1 ctc loopback detect
  78. !!onu-configuration-end
  79. !
  80. !
  81. interface EPON0/2
  82. shutdown
  83. epon pre-config-template users binded-onu-llid 1-64
  84. switchport trunk vlan-allowed 1,10
  85. switchport mode trunk
  86. storm-control broadcast threshold 64
  87. storm-control multicast threshold 64
  88. storm-control unicast threshold 64
  89. !
  90. interface EPON0/3
  91. shutdown
  92. epon pre-config-template users binded-onu-llid 1-64
  93. switchport trunk vlan-allowed 1,10
  94. switchport mode trunk
  95. storm-control broadcast threshold 64
  96. storm-control multicast threshold 64
  97. storm-control unicast threshold 64
  98. !
  99. interface EPON0/4
  100. shutdown
  101. epon pre-config-template users binded-onu-llid 1-64
  102. switchport trunk vlan-allowed 1,10
  103. switchport mode trunk
  104. storm-control broadcast threshold 64
  105. storm-control multicast threshold 64
  106. storm-control unicast threshold 64
  107. !
  108. !!slot end
  109. !
  110. interface VLAN2
  111. ip address 192.168.225.251 255.255.255.0
  112. !
  113. !
  114. !
  115. vlan 2
  116. name Management
  117. !
  118. vlan 1-2,10,15,1122
  119. !
  120. !
  121. !
  122. !
  123. !
  124. ip http server
  125. !
  126. !
  127. snmp-server community 0 public RO
  128. !
  129. !
  130. sntp master 4
  131. sntp server 192.168.225.1
  132. !
  133. !
  134. !Pending configurations for absent linecards:
  135. !
  136. !No configurations pending global
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement