Changes between Version 13 and Version 14 of librenms
- Timestamp:
- Nov 30, 2016, 3:12:01 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
librenms
v13 v14 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. 0.25555 rtrN(config)# access-list 60 permit 192.248.0.0 0.0.128.255 (The complete IP Subnet of LEARN) 56 56 rtrN(config)# snmp-server community NetManage ro 60 57 57 }}}