eRouter_SNMPv1v2cCoexistance.failed 397 B

12345678910111213141516171819202122232425262728
  1. Main
  2. {
  3. NetworkAccess 1;
  4. UsServiceFlow
  5. {
  6. UsServiceFlowRef 1;
  7. QosParamSetType 7;
  8. }
  9. DsServiceFlow
  10. {
  11. DsServiceFlowRef 2;
  12. QosParamSetType 7;
  13. }
  14. eRouter
  15. {
  16. SNMPv1v2cCoexistenceConfig
  17. {
  18. SNMPv1v2cCommunityName "public";
  19. SNMPv1v2cTransportAddressAccess
  20. {
  21. SNMPv1v2cTransportAddress 1.2.3.4/1234;
  22. SNMPv1v2cTransportAddressMask 2001::1/1234;
  23. }
  24. SNMPv1v2cAccessViewType 2;
  25. SNMPv1v2cAccessViewName "write";
  26. }
  27. }
  28. }