Changes between Version 13 and Version 14 of librenms


Ignore:
Timestamp:
Nov 30, 2016, 3:12:01 AM (8 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • librenms

    v13 v14  
    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.0.255
     55rtrN(config)# access-list 60 permit 192.248.0.0 0.0.128.255     (The complete IP Subnet of LEARN)
    5656rtrN(config)# snmp-server community NetManage ro 60
    5757}}}