Changes between Version 14 and Version 15 of librenms


Ignore:
Timestamp:
Nov 30, 2016, 3:13:48 AM (7 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • librenms

    v14 v15  
    5353Now we need to add an Access Control List rule for SNMP access, turn on SNMP, assign a read-only SNMP community string as well as a SNMPv3 group and user and tell the router to maintain SNMP information across reboots. To do this we do:
    5454{{{
    55 rtrN(config)# access-list 60 permit 192.248.0.0 0.0.128.255     (The complete IP Subnet of LEARN)
     55rtrN(config)# access-list 60 permit 192.248.6.0 0.0.0.255     (Allow from workshop IP subnet)
    5656rtrN(config)# snmp-server community NetManage ro 60
    5757}}}