08-07-2003 06:35 PM - edited 03-02-2019 09:27 AM
I want to configure my AS 5300 so that it can disconnect users at a particular time like 7:00 PM everyday. So if any user is connected, he should get disconnected at 7:00 PM
08-08-2003 01:46 AM
Starting from IOS 12.3 there is a kron command that lets you schedule other commands to be run.
More info at http://www.cisco.com/en/US/customer/products/sw/iosswrel/ps5187/products_feature_guide09186a008017d107.html
Alternatively you could run a script on an external host that issues SNMP commands to the AS.
hth
Herbert
08-08-2003 04:10 AM
Hi,
This can be achieved using a configurable Radius server and absolute time attribute. When user access-request comes to Radius , it will calculate time difference between connection time and 7:00 pm and will send this value as absolute time. In this way access router will disconnect the call when this time expires.
Regards
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide