cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
315
Views
0
Helpful
4
Replies

SwitchA

alsayed
Level 1
Level 1

Hi!

is there like this Logic:

i have users connected to SwitchA(Vlan 10)Ip address 10.10.10.100;i need Auto Disconecting these users for 30Mts,after 30Mts,i want to restore the connection Again.

During this Time(30 mts)Backed up the Database on the SQL Server..

10XS FOR ANY HELP...

4 Replies 4

lgijssel
Level 9
Level 9

You could use a script to disable the ports and then a second script to re-enable them at the desired moment.

scripts could be something like:

!disable-script

int ra fa0/1 - 23

shut

end

!re-enable-script

int ra fa0/1 - 23

no shut

end

This presumes your mgmt connection is on fa0/24 which should hence not be disabled.

Regards,

Leo

Hi!

10xs for ur reply!

i have to know:

1)these "int ra fa0/1 - 23 "what does it mean?

2)did mean in this"fa0/1 - 23 "the range of ip address?

3)do you have a the Full Configuration of the Script?and how to verify if it working or Not?

10xs

switch#conf t

switch(config)interface range fa0/1 - 23

switch(config-if-range)

This allows you to apply configuration commands to a range of interfaces

Hi,

would also you could like to add; you could also look at QoS to prioritize your backup traffic to ensure this will always get highest priority over any user traffic. Assuming your goal is not to have failed backups due to contention.

Thanks

HH

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card