Has anybody come across when the pix firewall takes control of the static
arp table.   What commands in the PIX would cause something like this?//
Please help
Craig Hyman
SUN SRS Implementation Team
Help Desk Tier 2
[EMAIL PROTECTED]
Broomfield Office 303-272-2661
Virtual Office Phone Number 925-777-0672
SkyPager Number 1-888-860-5913


 -----Original Message-----
From:   Andy [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, February 15, 2001 11:09 PM
To:     suaveguru
Cc:     [EMAIL PROTECTED]
Subject:        Re: automating monotonous tasks


If you have a unix box I would do this myself:

telnet cisco
show run | include Serial
copy and paste the results to a file
delete out any serials you don't want bandwidth statements for

create this script

#!/bin/bash
exec < serialsfile
while read serial
do
echo "$serial" >> serial.cfg
echo "bandwidth 56" >> serial.cfg
echo "exit" >> serial.cfg
done

run it, paste the results into your telnet session

andy

On Fri, 16 Feb 2001, suaveguru wrote:

> hi all 
> 
> I am in the process of automating adding in of
> bandwidth statements for all my customers' interfaces 
> 
> anyone know of a fast way of automating this tasks , I
> have about a few hundred interfaces to key in 
> 
> 
> regards,
> 
> suaveguru
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35 
> a year!  http://personal.mail.yahoo.com/
> 
> _________________________________
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> 

_________________________________
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to