Guest User

Untitled

a guest
Mar 10th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Collect SNMP Tracing Input</title>
  4. </head>
  5. <body>
  6. <h1>Trace SNMP configurations</h1>
  7. This application is designed to help you trace SNMP related configurations on agents. Please provide parameters below and click on "submit".
  8. <br>
  9. <%= start_form_tag({:action => "\diag\diag_snmp"}, {:method => "post"}) %>
  10. poller_ip: &#09 <%= text_field("hash_holder", "poller_ip", {"size" => 15, "value" => "10.45.144.45"}) %> <br>
  11. agent_ip: &#09 <%= text_field("hash_holder", "agent_ip", {"size" => 15, "value" => "10.96.197.3" }) %> <br>
  12. username: &#09 <%= text_field("hash_holder", "username", {"size" => 15, "value" => "rmend_evpnc"}) %> <br>
  13. password: &#09 <%= text_field("hash_holder", "password", {"size" => 15, "value" => "2Bon2b"}) %> <br>
  14. <br>
  15. <br>
  16. <input type="submit"/>
  17. <%= end_form_tag %>
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment