On Cisco switches you can review single port configuration
show running-config interface Gi4/0/13
In case you would like to reset single port configuration:
Config t
default interface GigabitEthernet 4/0/13
On Cisco switches you can review single port configuration
show running-config interface Gi4/0/13
In case you would like to reset single port configuration:
Config t
default interface GigabitEthernet 4/0/13
We faced, on several Cisco switches, this warning:
Mar 8 11:11:52.680: %PKI-4-TRUSTPOOL_EXPIRATION_WARNING: The Trustpool will expire in 20 days
Mar 8 11:11:52.680: %PKI-4-TRUSTPOOL_AUTO_UPDATE_DISABLED: Auto-trustpool update is disabled.
In Cisco IOS XE version 17.12.04, the auto-update feature for the PKI trustpool is enabled by default. This means the device will automatically download and update the trustpool bundle from Cisco's servers when necessary.
When the PKI trustpool is due
for an update—due to reasons like certificate expiration, reissuance, or the
addition of new trusted certificates—the system will:Cisco
This process ensures that the
device maintains an up-to-date set of trusted root certificates, which is
crucial for secure operations like HTTPS, VPNs, and Smart Licensing.
unfortunately, in our case, this configuration command was missing
crypto pki trustpool policy
cabundle url http://www.cisco.com/security/pki/trs/ios.p7b
revocation-check none
to manual import certificate you must launch, through config t, this command:
crypto pki trustpool import url http://www.cisco.com/security/pki/trs/ios.p7b
to avoid problems we launched this
to view certificate status this is command
show crypto pki trustpool policy
[other articles]
https://community.cisco.com/t5/switching/trustpool-expiration-on-3750-x/m-p/2423362#M286822
Here they are commands that are required to, on a Router/L3 Switch, enable DHCP service.
There are other settings but, this example, simple give you a general idea:
Switch# config t
Switch(config)#
Switch(config)# ip dhcp pool description_or_vlan_name
Switch(config-dhcp)# network lower_vlan_ip subnet
Switch(config-dhcp)# domain-name domain name
Switch(config-dhcp)# dns-server dns_server_1 dns_server_2
Switch(config-dhcp)# default-router default_gateway_ip
Switch(config-dhcp)# ip dhcp excluded-address lower_vlan_ip_range upper_vlan_ip_range
Switch(config-dhcp)# ip dhcp excluded-address lower_vlan_ip_range upper_vlan_ip_range
related articles:
On Cisco Network devices you could have necessity to show running configuration withouth breaks/pauses:
switches/router:
show terminal | in Length
terminal length 0
show run
show run brief
WLC
config paging disable
show run-config" to display the config.
Cisco ASA
Pager (saved)
terminal pager (telnet session not saved)
The default is 24 lines; 0 means no page limit.
1. Type "pager 0" in priviledged mode to set your terminal to display without any breaks.
2. Type "show run-config" to display the config.
3. Type "pager 20" in priviledged mode to set your terminal to display with breaks every 20 lines.
full article:
I am taking note, on blog, about Cisco ISE procedure that is necessary, to be followed, in case admin password expired/do not work properly
Consider that you should, proceed to https Ise Admin password account reset too.
Application reset-passwd ise admin
After Cisco ISE Server reboot, through vmware/HyperVisore console, you should check that all services are up and running, using this command
Show application status ise
Finally, after password reset, you should save Cisco ISE running config.
Copy running-config startup-config
On old blog article I already mentioned several monitoring/security tools
I am highlighting Kiwi Syslog Server that permit to:
Freeware - SolarWinds All Free Network/System/Security/DB/clients monitoring tools
<==============>
About configuring Kiwi Syslog on Cisco devices, here it is a small guide/tutorial
Kiwi Syslog Server Getting Started Guide
About configuring Syslog, on Cisco ASA, you can review this guide:
ASA Syslog Configuration Example
<==============>
At the same time I would like to mention that PRTG (free up to 100 sensors) has possibility to use sensor acting as syslog server
https://www.solarwinds.com/kiwi-syslog-server/use-cases/network-troubleshooting
Here they are old PRTG blog articles
Server - PRTG Network Monitor Tool
Monitoring - PRTG monitors freeware version until 100 sensors
There is an easy and quick procedure necessary , to be done, to clear Cisco Webex Cache.
It is really easy, but, in any case, I take note, about it, on blog.
Be aware that, on Citrix Environment, you should add, this path, to Exclusions list - folders that you should not syncronize (using Roaming profiles) (avoiding, in this case, to waste time during login and wasting disk space as well)
During these days I was wondering if it is possible to disable the Cisco ASA VPN page and continue to use SSL vpn with the client. These question was rasing due to security concerns about, a.e., AD user locking out.
Using ASDM you need to follow below steps.
Configuration > Connection Profiles > Check the box "Shut down portal login page"
This features seems to be confirmed in this very exhaustive article too:
https://www.linkedin.com/pulse/shutting-down-webvpn-portal-ftd-flexconfig-matt-albrecht
[original articles]
https://community.spiceworks.com/topic/2114883-disable-anyconnect-ssl-vpn-portal-website
https://community.cisco.com/t5/vpn/disabling-clientless-browser-based-vpn/td-p/3065988
There are several ways on how backup Cisco switches (or other vendors name) can be done.
One of them is downloading TFTP client server
https://tftp.en.uptodown.com/windows
Launching it and deciding where saving configuration files.
Be aware taking note about client IP.
Later you need to connect to switches using any SSH clients (I warmly suggest using these clients:
https://www.alessandromazzanti.com/2018/11/freeware-solarwinds-software-free-tools.html
and execute below commands on switches:
Router#copy running-config tftp:
Address or name of remote host []? 64.104.207.171
Destination filename [ce_2-confg]? backup_cfg_for_my_router
!!
1030 bytes copied in 2.489 secs (395 bytes/sec)
CE_2#
Where:[original article]
Using Cisco Any Connect with AD users you may face that you account password is expired and you are unable to connect. To override problem you need to configure Cisco ASA to authenticate, to DC, indeed with normal LDAP standards (over 389 TCP port) using LDAPS (636 TCP port).
Your AD server must be able to authenticate via LDAPS (normally is not configured)
Here it is an article that explain how to do that
https://www.petenetlive.com/KB/Article/0001273
About LDAPS you can give a look to below article to have a major idea:
https://www.petenetlive.com/KB/Article/0000962
P.S. 1 for LDAP(s) testing purposes you can use ldp.exe DC utility Open utility:
C:\> ldp.exe
From Connection, select Connect.
Enter name of target domain controller.
Enter 636 as port number (this is the LDAPS port).
Click OK to confirm the connection works.
You're all done!
P.S. 2 consider that Citrix Netscaler requires LDAPs to permit users to change password when it is expired (otherwise user is blocked)
During these months we worked on Network redisign project and ESX server substitution.
We had two projects convergence due to entirely infrastructure renewal (making zero point for our company).
About DHCP relay, that is the ability to lease IP to different VLANs here it the theoretically and operative part:

Here it is a simple and straight article that guide you through SNMP custom community configuration on Cisco SF200 and other models like (Cisco Small Business devices)
If you need to open a Cisco CASE hou need to:
1.) Logon here:
https://www.cisco.com/c/en/us/index.html
Support --> Contact Support --> Open New Case
Or using below link
https://mycase.cloudapps.cisco.com/case