Changes between Version 4 and Version 5 of librenms


Ignore:
Timestamp:
Nov 22, 2016, 5:32:27 AM (7 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • librenms

    v4 v5  
    5555Now 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:
    5656{{{
    57 rtrN(config)# access-list 99 permit 10.10.0.0 0.0.255.255
    58 rtrN(config)# snmp-server community NetManage ro 99
     57rtrN(config)# access-list 60 permit 192.248.0.0 0.0.0.255
     58rtrN(config)# snmp-server community NetManage ro 60
    5959}}}
    6060Now let's exit and save this new configuration to the routers permanent config.
     
    132132
    133133# For SNMPv2: Configure Read-Only community and restrict who can connect
    134 rocommunity NetManage  10.10.0.0/16
     134rocommunity NetManage  192.248.0.0/16
    135135rocommunity NetManage  127.0.0.1
    136136
    137137# Information about this host
    138 sysLocation    NSRC Network Management Workshop
    139 sysContact     sysadm@pcX.ws.nsrc.org
     138sysLocation    LEARN Workshop
     139sysContact     admin@'your domain'.ws.ac.lk
    140140
    141141# Which OSI layers are active in this host