Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Team,How my pathon script will wait until the command executable? im configuring acl on nexus switch and taking little longer due to 90% of tcam memory use. While configuring acl through python it is not able to configure and how it can wait unti...
Thank you BalajiActually my tcam memory has been utilised to >90%. anyone can suggest here how can we tell python to wait until all configuration command execute.
When you add manually some test ACL Lines, how long it taking?>>its tooks 2min to complete the below command.VerifyCommitCopy run-config startup-config(Above command i used to apply manuallg and which tooks 2min to process all )Below command i tried:...
Thank you for your input.I have tried the above command without sleep. It is working in router and catalyst switches. But in our nexus 7k, we have lots of acl and the tcam memory being utilised upto 96%, so while configuring the acl it usually takes ...
Hi Team,I’m able to configure 1st &2nd line “able to configure but 3rd line not able to configure in nexus via python config_Command = [“ip access-List extended test”,“permit ip 1.1.1.1/32 2.2.2.2/32”,permit ip “2.2.2.2/32 1.1.1.1/32”]conn.send_confi...