07-12-2025 10:23 AM
HI Dears If i want Assign Policy-map to VLAN by time for example 8 am to 8 Pm 2Gbps
8:01 Pm to 7:59 AM 4Gbps How can do this by ASR routers ????
07-12-2025 10:42 AM
You can use EEM script for this :
07-12-2025 12:33 PM
In case of a single or just a few ASR routers the use of EEM scripts is the way to go as @balaji.bandi mentioned.
For a larger number of ASR routers and/or changing requirements you could also use external automation tools like Ansible or Python scripts to push configuration changes to the routers at scheduled times.
HTH!
07-12-2025 02:29 PM
A possible alternative to using an EEM script, a policy-map's class-maps, can reference ACLs, and Cisco has supported time based ACLs.
Assuming your ASR supports such a configuration mix, it might satisfy your need, too.
07-12-2025 02:32 PM
A possible alternative to using an EEM script, a policy-map's class-maps, can reference ACLs, and Cisco has supported time based ACLs.
Assuming your ASR supports such a configuration mix, it might satisfy your need, too.
07-12-2025 03:35 PM
there are two timer type
watchdog <<- run EEM after specific time
cron <<- run EEM in specific day
your requirment need second cron to make EEM run in specific time
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