- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Catalyst Switch
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
