Difference between revisions of "Vyatta"

Jump to navigation Jump to search
814 bytes added ,  14:10, 28 August 2012
→‎Set-up: Added SNMP settings
(→‎Troubleshooting and General Commands: Added "Unable to Commit Interface Change (RTNETLINK)")
(→‎Set-up: Added SNMP settings)
Line 51: Line 51:
#* <code> show system name-server </code>
#* <code> show system name-server </code>
#* <code> show system domain-search </code>
#* <code> show system domain-search </code>
=== SNMP Server ===
To set up the SNMP service and allow a polling server to interact with (for example perform SNMP Gets, etc) with the router
# Go into configuration mode
#* <code> configure </code>
# Create a SNMP community
#* <code> set service snmp community public </code>
# Go into the created community
#* <code> edit service snmp community mp-public </code>
# Create a SNMP client that's allowed to make SNMP requests
#* <code> set client 192.168.1.25 </code>
# Apply changes and move back up to top-level part of config
#* <code> commit </code>
#* <code> top </code>
To set up SNMP trapping (assumes you're already in config mode)
# Configure a trap destination (repeat for further destinations)
#* <code> set service snmp trap‐target 192.168.10.199 </code>
# Apply changes
#* <code> commit </code>


== Configuration ==
== Configuration ==

Navigation menu