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.
I have some switches where i need to change both ip address and default gateway on the management vlan. (remote)Is it possible to change the startup config, and reboot the switch with the new settings ? jazz monthly internet packages
allow for traffic between a DNS from a LAN (IP address) to a DNS server at (IP address)permit udp <LANIPaddress> <LANIPwildcard> <DNSIPaddress> 0.0.0.0 eq 53
permit tcp <LANIPaddress> <LANIPwildcard> <DNSIPaddress> 0.0.0.0 eq 53ping from a host PC (I...
An IP address is an IP address. Public and Private are artificial labels. What makes an address "private" is a loose agreement that no one will route it over the public internet. However, within one's own network, one may do whatever they wish. While...
You can schedule the reload command. There are two keywords that you can specify for reload scheduling:reload at [specific date and time]
reload in [minutes]Examples:CiscoRouter# reload at 14:00The above will reload the router at 2:00pm in the curren...
While you cannot directly do that, once you upgrade version of python used by ansible to 3.x you get rid of these. Only Python 2.x does print unicode strings with u prefix. On 3 all are unicode anyway and the prefix is not printed anymore.Keep in min...