Jump to content

Writing Variables


mikieo

Recommended Posts

Hi PHP freaks - I'm new to PHP and programming in general so excuse my lameness - basically I'm trying to create a web page that asks me for a device name (from a drop down list) and a port id (again from a drop down list) and a status choice up or down. I want to pass this information to a predefined script file – the script file is below and I’ve highlighted the parts I need to be changed by the web page…. Any help or pointers appreciated. - basically NAGIOSTEST is the device, port id can be anything from fa0/00 to fa0/48 and the status is controlled by the shutdown (which can be shutdown or noshutdown).

wait "[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]NAGIOSTEST[!--coloro:#000000--][span style=\"color:#000000\"][!--/coloro--]>[!--colorc--][/span][!--/colorc--][!--colorc--][/span][!--/colorc--]"
send "en\m"
wait "Password:"
send "****"
wait "[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]NAGIOSTEST[!--colorc--][/span][!--/colorc--]#"
send "conf t\m"
wait "[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]NAGIOSTEST[!--colorc--][/span][!--/colorc--](config)#"
send "[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--][!--coloro:#000000--][span style=\"color:#000000\"][!--/coloro--]int [!--colorc--][/span][!--/colorc--]fa0/09[!--colorc--][/span][!--/colorc--]\m"
wait "[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]NAGIOSTEST[!--colorc--][/span][!--/colorc--](config-if)#"
send "[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]no shutdown[!--colorc--][/span][!--/colorc--]\m"
wait "[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]NAGIOSTEST[!--colorc--][/span][!--/colorc--](config-if)#"
send "exit\m"
wait "[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]NAGIOSTEST[!--colorc--][/span][!--/colorc--](config)#"
send "exit\m"
wait "[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]NAGIOSTEST[!--colorc--][/span][!--/colorc--]#"
send "[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--][!--coloro:#000000--][span style=\"color:#000000\"][!--/coloro--]show int[!--colorc--][/span][!--/colorc--] fa0/09 [!--colorc--][/span][!--/colorc--]status\m"
wait "[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]NAGIOSTEST[!--colorc--][/span][!--/colorc--]#"
send "exit\m"

cheers mike..
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.