On (2012-12-14 13:28 +0000), Riccardo S wrote:
> hi ytti
> any config example of 2 and 3 ?
2.
snmp {
trap-group management {
version v2;
categories {
authentication;
chassis;
link;
routing;
startup;
}
targets {
10.42.42.42;
}
}
}
3.
snmp {
community kakka {
authorization read-only;
}
}
--
++ytti