cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
68243
Views
0
Helpful
3
Replies

Cisco switch command to show the ip address range assigned to each vlan on the network

Please help.....What is the Cisco switch command to show the ip address range assigned to each vlan on the network

1 Accepted Solution

Accepted Solutions

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

View solution in original post

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

show ip interface brief  - will give you information what IP and mask configured to the interface - is that make sense ? or work for you ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

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

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