search for: arpip

Displaying 2 results from an estimated 2 matches for "arpip".

Did you mean: arpit
2004 Nov 29
1
Polycom Reboot Script PRI errors!!
...hone, " is not reachable!"; } > sleep(1); > $p->close(); > > } > > sub arp2config { # Gets mac address from arp table, converts > # to a polycom config filename, makes sure > # the config file exists > $arpip = shift; > open( ARP, "$arp -an|" ) || die "Couldn't open arp table: $!\n"; > print "checking for polycom config name...", "\n"; > while (<ARP>) { > chomp; > $addr = $_; > $ip = $_; >...
2004 Jan 22
2
Polycom Reboot Script - Please wiki-size me
...else { die "Polycom at ", $activephone, " is not reachable!"; } sleep(1); $p->close(); } sub arp2config { # Gets mac address from arp table, converts # to a polycom config filename, makes sure # the config file exists $arpip = shift; open( ARP, "$arp -an|" ) || die "Couldn't open arp table: $!\n"; print "checking for polycom config name...", "\n"; while (<ARP>) { chomp; $addr = $_; $ip = $_; $addr =~ s/.* ([\d\w]+:[\d\w]+:[\...