Create/update/delete are all called implicit by the execution of the given Python script.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jun 14 2018
Jun 13 2018
Jun 12 2018
@Asteroza can you add the approriate Task here in the comments?
Jun 11 2018
Jun 10 2018
By this you mean VyOS should act as TFTP server and provide files to clients?
This would make sense. Some could imagine that there is a P2P linkt between two sites and a WAN IPSec Backup link
Is there a CSR1000v license available or will we stick with the bandwidth limitation?
We should rewrite legacy DDNS first and then could add aws53 as alternative provider that would make sense.
Besides the typo,
Hmm I'm wondering b/c I've seen a provider in germany (HETZNER) where they do NAT (not PAT) for their cloud customers. Every vServer has the same IP configuration with RFC1918 addresses and an outside router does the mapping. Implementing this would break such a szenario if it can't be disabled.
Jun 8 2018
Jun 7 2018
We can't do anything about the truncated encrypted-key b/c it's actually truncated by SNMP itself.
Jun 6 2018
Issue should be fixed starting with vyos-1.2.0-rolling+201806062125-amd64.iso at least it was tested positively when updating from 1.2.0-rolling+201806040337 to 1.2.0-rolling+201806062125
Okay, when not executing the marked part (https://github.com/vyos/vyos-1x/blob/743b16de1aac4c6b579767f28d57bc2156d3acdf/src/conf_mode/snmp.py#L704-L729) reboots work but then we loose transformation from plaintext o encrypted passwords. So the bug is definately here. Will check!
Okay, when rebooting both encrypted keys change, thats a bug in the Python script too ... sorry for the trouble.
Okay, there was definately a problem with the listen address which is fixed now. Waiting for a new ISO and then I try upgrading from old version, too
Thanks @hagbard
Looks like there is no listen address agentaddress unix:/run/snmpd.socket configured and if there is none inside the configuration, we won't listen on all addresses. This is likely the cause. Could you please add for validation a set service snmp listen-address <ipv4> and check if you can now reach the server again?
Could you please paste the content of the following files:
Could you check if the snmpd process is running at all? Please execute ps faux | grep snmp in the commandline.
Jun 5 2018
@Line2 new ISO building right now which converts plaintext-keys to encrypted keys again.
Okay, the encrypted passwords are re-read from /var/lib/snmp/snmpd.conf and set on the CLI. The truncation originats from that file.
Ah, yes. In the past the Perl scripts re-read the newly generated configuration and altered the running configuration using /opt/vyatta/sbin/my_set or /opt/vyatta/sbin/my_delete. That's indeed missing. Thanks for the commands and I'll fix it this evening.
@Line2 thanks for the feedback. Could you tell me how you generated that encrypted key so I can retest this evening and bugfix this?
Jun 4 2018
A first implementation is merged
Tested using:
Jun 3 2018
Jun 2 2018
Working again with 1.2.0-rolling+201806020337
Jun 1 2018
May 29 2018
This one should be closed and reopened if required @syncer
Good catch. The proper solution should be:
May 27 2018
As soon as someone sets set system ntp allow-clients address 172.16.0.0/12 we act as NTP server for this network,too. It's a bit odd that this node is under system but ... it is as it is.
@syncer we do offer NTP as service (unfortunately it's unter the system tree instead of service.
May 22 2018
any updates on this?
looks like a missing check on commit. Will add this case to the new Python script.
Ah, there it is! Thanks!
May 21 2018
Even after changing the configuration to
snmp {
listen-address 172.16.37.241 {
}
v3 {
engineid 0xff42
user test {
auth {
encrypted-key 0x63119b4e19ce4d69c7ad678ffe110047
type sha
}
engineid 0xff42
mode rw
privacy {
encrypted-key 0x63119b4e19ce4d69c7ad678ffe110047
type aes
}
}
}
}