Guest User

Untitled

a guest
Nov 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. firewall = raw_input('Please, select IE13PVPNFW01 or IE23PVPNFW01 > ')
  2. if firewall == 'IE13PVPNFW01':
  3. device = {'IE13PVPNFW01': {'ip': '10.248.40.93'}}
  4. elif firewall == 'IE23PVPNFW01':
  5. device = {'IE23PVPNFW01': {'ip': '10.42.19.58'}}
  6. else:
  7. print "Wrong device, options available IE13PVPNFW01 or IE23PVPNFW01"
Add Comment
Please, Sign In to add comment