08-28-2020 04:01 AM
Please help.....What is the Cisco switch command to show the ip address range assigned to each vlan on the network
Solved! Go to Solution.
08-28-2020 04:14 AM
Hello,
you need a layer 3 switch with the SVIs (Vlan interfaces) do see that. On that layer 3 switch, issue the command:
Switch#sh run | include interface Vlan|ip address
interface Vlan10
ip address 192.168.10.1 255.255.255.0
interface Vlan20
ip address 192.168.20.1 255.255.255.0
interface Vlan30
ip address 192.168.30.1 255.255.255.0
08-28-2020 04:04 AM
show ip interface brief - will give you information what IP and mask configured to the interface - is that make sense ? or work for you ?
08-28-2020 04:14 AM
Hello,
you need a layer 3 switch with the SVIs (Vlan interfaces) do see that. On that layer 3 switch, issue the command:
Switch#sh run | include interface Vlan|ip address
interface Vlan10
ip address 192.168.10.1 255.255.255.0
interface Vlan20
ip address 192.168.20.1 255.255.255.0
interface Vlan30
ip address 192.168.30.1 255.255.255.0
08-28-2020 05:57 AM
Georg Pauwen,
Thanks so much. I will like to know if there is a command I can run on Nexus switch to show the ip address range assigned to each vlan on the network? For example Staff_vlan 100 what are the valid ip address for this vlan? I would like a list of vlans and their address ranges.
Please help out
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