Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
used in the CCNA exam, especially in question VTP
On Cisco IOS, you can use the below command:
#show ip sockets detail
On Windows and Linux systems, you can use the below command:
#netstat -a
Switch#show interface
or
Switch# show ip interface brief
show ip interface brrief
on windows enviroment:
command prompt:
netstat -o
netstat -anp
Here p switch is protocol
-a switch means all connections
n display address and port number