-
Всього повідомлень
212 -
Приєднався
-
Останній візит
-
Дней в лидерах
3
Тип контенту
Профили
Форум
Календарь
Все, що було написано vovchokig
-
Шмигаль оприлюднив графік підвищення мінімальної зарплати
тема ответил в nordstream пользователя vovchokig в Легалізація
В тему могу только сказать , что уже 2 года у нас тариф поделен на абонплату, и услуги интернет. Нормально работает. Именно абонплату, поскольку от услуги абонент может, и имеет право отказаться. -
other groups: wheel
-
utf8_general_ci
-
! ip dhcpd snooping arp ip dhcpd enable ! ip dhcp-relay snooping ip dhcp-relay snooping vlan 500,601-608,620 ip verify source vlan 500,601-608,620 ip dhcp-relay snooping write-time 10 ip dhcp-relay snooping write-immediately ip dhcp-relay snooping information option format hn-type ip dhcp-relay snooping log ! ............................................. ! interface VLAN50 description MANAGEMENT ip address 192.168.200.190 255.255.255.0 no ip directed-broadcast ! interface VLAN500 no ip address no ip directed-broadcast ! interface VLAN601 no ip address no ip directed-broadcast ! interface VLAN602 no ip address no ip directed-broadcast ! interface VLAN603 no ip address no ip directed-broadcast ! interface VLAN604 no ip address no ip directed-broadcast ! interface VLAN605 no ip address no ip directed-broadcast ! interface VLAN606 no ip address no ip directed-broadcast ! interface VLAN607 no ip address no ip directed-broadcast ! interface VLAN608 no ip address no ip directed-broadcast ! interface VLAN620 no ip address no ip directed-broadcast ! ! ! vlan 500 name pon-real ! vlan 1,50,500,601-608,620 ! ..................................... interface GigaEthernet0/5 description UpLink switchport trunk vlan-allowed 50,500,601-608,620 switchport trunk vlan-untagged 1 switchport mode trunk dhcp snooping trust arp inspection trust ip-source trust С такими настройками у меня все прекрасно работает. P3608-2TE Software, Version 10.1.0E Build 43480
-
Немножко интегрировал Pon monitor c биллингом nodeny+ и zabbix. В биллинге должно быть доп поле ONU-MAC _onu_mac , где прописам мак онушки в таком варианте. Диагностика открывает новую страницу с ону клиента. На странице ону можно по маку ону завести клиента (адрес, ФИО, логин). PM_zabbix_nodeny.rar
-
Уже сделал. Но у Вас решение намного лучше. Мой код несколькими постами выше. Кстати , добавил кнопку удаления ону с бдкома и пон монитора. При выходе из строя, очень удобно.
-
Именно так. В основном stels.
-
У меня показывает у всех 1000000 . Но подключён 100 мегабитный роутер. Похоже показывает только максимальную скорость, а не конкретный линк.
-
Добавил себе в корень файл поиска ону по маку, для редиректа с билинга. В данном случаэ из nodeny+ http://forum.nodeny.com.ua/index.php?topic=2786.90 Может кому понадобиться. <?php $mac_pm = $_GET['mac']; require 'include/vars.php'; require 'include/database.php'; $mac_pm = str_replace(":", "", $mac_pm); $mac_pm = str_replace("-", "", $mac_pm); $mac_pm = str_replace(".", "", $mac_pm); $mac_pm = str_replace("a", "A", $mac_pm); $mac_pm = str_replace("b", "B", $mac_pm); $mac_pm = str_replace("c", "C", $mac_pm); $mac_pm = str_replace("d", "D", $mac_pm); $mac_pm = str_replace("e", "E", $mac_pm); $mac_pm = str_replace("f", "F", $mac_pm); $any_mac_1 = substr($mac_pm, 0, 2); $any_mac_2 = substr($mac_pm, 2, 2); $any_mac_3 = substr($mac_pm, 4, 2); $any_mac_4 = substr($mac_pm, 6, 2); $any_mac_5 = substr($mac_pm, 8, 2); $any_mac_6 = substr($mac_pm, 10, 2); $any_mac = $any_mac_1.":".$any_mac_2.":".$any_mac_3.":".$any_mac_4.":".$any_mac_5.":".$any_mac_6; $mac_pm = $any_mac; $table = 'pm_onu'; $query = "SELECT * FROM `$table` WHERE `mac` = '$mac_pm'"; $result = $mysqli_wb->query($query); $row = $result->fetch_array(MYSQLI_ASSOC); $result->close(); $onu_t = $row; $sfp_n = ltrim($onu_t['onu_name'], 'EPON0/'); $sfp_n = explode(':',$sfp_n); $sfp_n = $sfp_n[0]; $spl1 = explode("/", $onu_t['onu_name']); $spl2 = explode(":", $spl1[1]); $onu_n = $spl2[1]; $onu_T = $onu_t['olt']; $onu_M = $onu_t['mac']; $url = "$protocol$sitename/$base_url1/PON/$onu_T/$sfp_n/$onu_n/$onu_M"; header ("Location: $url"); exit(); ?>
-
Только у меня BROCADE VDX 6720-24 . Но думаю, что примерно одинаково.
-
! interface TenGigabitEthernet 1/0/11 speed 10000 description SERVER-ROUTER-A-ix0 no fabric isl enable fabric trunk enable switchport switchport mode trunk switchport trunk allowed vlan add 2,7-9,11-12,15-16,20,71,150-154 switchport trunk tag native-vlan spanning-tree shutdown no shutdown ! Te 1/0/11 connected Trunk 10G 10G-SFP SERVER-ROUTER-A-ix0 sw0# show media interface tengigabitethernet 1/0/11 Interface TenGigabitEthernet 1/0/11 Optic is not Brocade qualified, optical monitoring is not supported Identifier 3 SFP Name cu Vendor Name CISCO-MOLEX INC Vendor OUI 00:09:3a Vendor PN 74752-9094 Vendor Rev A0
-
-
Насколько я помню, не каждый sfp+ dac кабель идет с Brocade VDX. Завтра посмотрю маркировку.
-
Было бы неплохо сделать кнопку удаление(дерегистрация) onu c bdcom и сответственно с пон монитора.
-
Спасибо автору за программу. Все работает стабильно , и довольно быстро.
-
Нет, не подтягиваются. Это или вручную, или привязать к биллингу.
-
У меня Zabbix, и Poncontrol. Для серии bdcom 3600 это не страшно, а bdcom3310b очень тормозит, поэтому его стараюсь по минимуму опрашивать snmp. Но Poncontrol буду менять на Pon monitor, когда допилю под себя.
-
А какие программы мониторят по SNMP ? Попробуй на время отключить. Примерный график загрузки процессора Мой конфиг. !version 10.1.0E build 43480 service timestamps log date service timestamps debug date service password-encryption logging 192.168.200.1 logging buffered 100000 logging console errors logging facility local5 ! hostname BD-16 port-protected 1 ! ! ! ! ! no spanning-tree ! ! ! ! ! ip access-list extended subs.filter deny tcp any any eq 135 deny tcp any any eq 136 deny tcp any any eq 137 deny tcp any any eq 138 deny tcp any any eq 445 deny udp any any eq 68 permit ip any any ! ! ! ! ! ! ! ! aaa authentication login ssh-auth local aaa authentication login default local aaa authentication enable default none aaa authorization exec default local ! username admin password 7 121212121212121212121212 ! ! ! ! epon dynamic-binding-timeout 40 epon oam-version 1 0x21 epon oam-version 2 0x20 ! epon onu-config-template P-12 cmd-sequence 001 epon onu all-port ctc vlan mode tag 512 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-13 cmd-sequence 001 epon onu all-port ctc vlan mode tag 513 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-14 cmd-sequence 001 epon onu all-port ctc vlan mode tag 514 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-15 cmd-sequence 001 epon onu all-port ctc vlan mode tag 515 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-16 cmd-sequence 001 epon onu all-port ctc vlan mode tag 516 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-0 cmd-sequence 001 epon onu all-port ctc vlan mode tag 500 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-1 cmd-sequence 001 epon onu all-port ctc vlan mode tag 501 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-2 cmd-sequence 001 epon onu all-port ctc vlan mode tag 502 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-3 cmd-sequence 001 epon onu all-port ctc vlan mode tag 503 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-4 cmd-sequence 001 epon onu all-port ctc vlan mode tag 504 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-5 cmd-sequence 001 epon onu all-port ctc vlan mode tag 505 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-6 cmd-sequence 001 epon onu all-port ctc vlan mode tag 506 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-7 cmd-sequence 001 epon onu all-port ctc vlan mode tag 507 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-8 cmd-sequence 001 epon onu all-port ctc vlan mode tag 508 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-9 cmd-sequence 001 epon onu all-port ctc vlan mode tag 509 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-10 cmd-sequence 001 epon onu all-port ctc vlan mode tag 510 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-11 cmd-sequence 001 epon onu all-port ctc vlan mode tag 511 cmd-sequence 002 epon onu all-port loopback detect ! epon onu-config-template P-20 cmd-sequence 001 epon onu all-port ctc vlan mode tag 520 cmd-sequence 002 epon onu all-port loopback detect ! ! interface Null0 ! interface FastEthernet0/1 no ip address no ip directed-broadcast ! !!slot 0 85 interface GigaEthernet0/1 switchport trunk vlan-allowed 50,500-516,520 switchport trunk vlan-untagged 1 switchport mode trunk storm-control broadcast threshold 5000 storm-control multicast threshold 500 storm-control unicast threshold 80000 ! interface GigaEthernet0/2 switchport trunk vlan-allowed 50,500-516,520 switchport trunk vlan-untagged 1 switchport mode trunk storm-control broadcast threshold 5000 storm-control multicast threshold 500 storm-control unicast threshold 80000 ! interface GigaEthernet0/3 switchport trunk vlan-allowed 50,500-516,520 switchport trunk vlan-untagged 1 switchport mode trunk storm-control broadcast threshold 5000 storm-control multicast threshold 500 storm-control unicast threshold 80000 ! interface GigaEthernet0/4 switchport trunk vlan-allowed 50,500-516,520 switchport trunk vlan-untagged 1 switchport mode trunk storm-control broadcast threshold 5000 storm-control multicast threshold 500 storm-control unicast threshold 80000 ! interface GigaEthernet0/5 description UpLink switchport trunk vlan-allowed 50,500-516,520 switchport trunk vlan-untagged none switchport mode trunk dhcp snooping trust arp inspection trust ip-source trust storm-control broadcast threshold 50000 storm-control multicast threshold 500 storm-control unicast threshold 80000 ! interface GigaEthernet0/6 switchport trunk vlan-allowed 50,500-516,520 switchport trunk vlan-untagged 1 switchport mode trunk storm-control broadcast threshold 5000 storm-control multicast threshold 500 storm-control unicast threshold 80000 ! interface GigaEthernet0/7 switchport trunk vlan-allowed 50,500-516,520 switchport trunk vlan-untagged 1 switchport mode trunk storm-control broadcast threshold 5000 storm-control multicast threshold 500 storm-control unicast threshold 80000 ! interface GigaEthernet0/8 switchport trunk vlan-allowed 50,500-516,520 switchport trunk vlan-untagged 1 switchport mode trunk storm-control broadcast threshold 5000 storm-control multicast threshold 500 storm-control unicast threshold 80000 ! interface TGigaEthernet0/1 description UpLink-10G switchport trunk vlan-allowed 50,500-516,520 switchport trunk vlan-untagged none switchport mode trunk dhcp snooping trust arp inspection trust ip-source trust storm-control broadcast threshold 50000 storm-control multicast threshold 500 storm-control unicast threshold 80000 ! interface TGigaEthernet0/2 description 10G switchport trunk vlan-allowed 50,500-516,520 switchport trunk vlan-untagged none switchport mode trunk dhcp snooping trust arp inspection trust ip-source trust storm-control broadcast threshold 50000 storm-control multicast threshold 500 storm-control unicast threshold 80000 ! interface EPON0/1 description PON-1 epon pre-config-template P-20 binded-onu-llid 36-64 epon pre-config-template P-1 binded-onu-llid 1-35 .................................................. switchport trunk vlan-allowed 500-501,520 switchport trunk vlan-untagged none switchport mode trunk ip access-group subs.filter switchport protected 1 ! interface EPON0/1:1 epon onu port 1 ctc vlan mode tag 501 priority 0 .............................................. interface VLAN1 no ip address no ip directed-broadcast ! interface VLAN50 description MANAGEMENT ip address 192.168.200.191 255.255.255.0 no ip directed-broadcast ! interface VLAN500 no ip address no ip directed-broadcast ! interface VLAN501 no ip address no ip directed-broadcast ! interface VLAN502 no ip address no ip directed-broadcast ! interface VLAN503 no ip address no ip directed-broadcast ! interface VLAN504 no ip address no ip directed-broadcast ! interface VLAN505 no ip address no ip directed-broadcast ! interface VLAN506 no ip address no ip directed-broadcast ! interface VLAN507 no ip address no ip directed-broadcast ! interface VLAN508 no ip address no ip directed-broadcast ! interface VLAN509 no ip address no ip directed-broadcast ! interface VLAN510 no ip address no ip directed-broadcast ! interface VLAN511 no ip address no ip directed-broadcast ! interface VLAN512 no ip address no ip directed-broadcast ! interface VLAN513 no ip address no ip directed-broadcast ! interface VLAN514 no ip address no ip directed-broadcast ! interface VLAN515 no ip address no ip directed-broadcast ! interface VLAN516 no ip address no ip directed-broadcast ! interface VLAN520 no ip address no ip directed-broadcast ! ! ! vlan 1,50,500-516,520 ! ! ! ! ip dhcpd enable ! ip dhcp-relay snooping ip dhcp-relay snooping vlan 500-516,520 ip verify source vlan 500-516,520 ip dhcp-relay snooping write-time 2 ip dhcp-relay snooping write-immediately ip dhcp-relay snooping information option format hn-type ip dhcp-relay snooping log ! ! ! ! ! ip route default 192.168.200.1 ip exf ! ipv6 exf ! ! ip http server ! ! ! snmp-server community 0 public RO snmp-server community 0 public1 RW ! banner message text Hello, beloved ! ! ip sshd auth-method ssh-auth ip sshd timeout 3600 ip sshd save ip sshd enable ! time-zone tz 2 0 ntp server 192.168.200.1 ntp server 194.42.112.2 ! !Pending configurations for absent linecards: ! !No configurations pending global
-
Это было о вас написано dart_mol, а по скудоумию вы не поняли.
-
А может форумом ошибся? Тебе на форум добровольных помощников, или секретных сотрудников(в просторечии - сексотов) ...
-
Ну что тут сказать. Порядочность , она или есть, или её нет.
-
А слабо поменять дефолтный 22-й порт?
