Changes between Version 4 and Version 5 of librenms
- Timestamp:
- Nov 22, 2016, 5:32:27 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
librenms
v4 v5 55 55 Now 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: 56 56 {{{ 57 rtrN(config)# access-list 99 permit 10.10.0.0 0.0.255.25558 rtrN(config)# snmp-server community NetManage ro 9957 rtrN(config)# access-list 60 permit 192.248.0.0 0.0.0.255 58 rtrN(config)# snmp-server community NetManage ro 60 59 59 }}} 60 60 Now let's exit and save this new configuration to the routers permanent config. … … 132 132 133 133 # For SNMPv2: Configure Read-Only community and restrict who can connect 134 rocommunity NetManage 1 0.10.0.0/16134 rocommunity NetManage 192.248.0.0/16 135 135 rocommunity NetManage 127.0.0.1 136 136 137 137 # Information about this host 138 sysLocation NSRC Network ManagementWorkshop139 sysContact sysadm@pcX.ws.nsrc.org138 sysLocation LEARN Workshop 139 sysContact admin@'your domain'.ws.ac.lk 140 140 141 141 # Which OSI layers are active in this host