Skip to content
Snippets Groups Projects
Commit c8e6d3d7 authored by Mark Beierl's avatar Mark Beierl
Browse files

Merge branch 'snmp_package2' into 'master'

Snmp package2

See merge request !65
parents 7b034893 1d310cbf
No related branches found
No related tags found
1 merge request!65Snmp package2
#!/bin/vbash
source /opt/vyatta/etc/functions/script-template
# Interface Config eth0
set interfaces ethernet eth0 address {{ MGMT_IP_PREFIX }}
set interfaces ethernet eth0 address dhcp
set interfaces ethernet eth0 description VyOS-eth0
# Interface Config eth1
set interfaces ethernet eth1 address 10.0.0.1/24
......@@ -19,4 +19,4 @@ set service snmp community public authorization ro
set service snmp location "OSM Labs"
# Save
commit
save
save
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment