Changes between Version 14 and Version 15 of librenms
- Timestamp:
- Nov 30, 2016, 3:13:48 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
librenms
v14 v15 53 53 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: 54 54 {{{ 55 rtrN(config)# access-list 60 permit 192.248. 0.0 0.0.128.255 (The complete IP Subnet of LEARN)55 rtrN(config)# access-list 60 permit 192.248.6.0 0.0.0.255 (Allow from workshop IP subnet) 56 56 rtrN(config)# snmp-server community NetManage ro 60 57 57 }}}