cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2030
Views
0
Helpful
2
Replies

inter vlan communication on cisco nexus 3048

JOHNSON CHIRRA
Level 1
Level 1

                   Hi Team,

Recently configured one nexus 3048 switch. Create two vlans (Vlan 10 and Vlan 19). Vlan 10 is 10.1.X.X/24 and Vlan 19 is 192.168.X.X/24, connected two pcs one is Vl 10 and second pc 19. But not able to communicate both Vlans.

Nexus 3048 are not Support VTP Mode Server, running version 5.0.

SW(config)# int VL 10

SW(config-if)#ip add 10.1.x.x/24

SW(config-if)#no shut

SW(config)#vl an 10

SW(config-Valn)#name Account

SW(config)# int VL 19

SW(config-if)#ip add 192.168.x.x/24

SW(config-if)#no shut

SW(config)#vl an 19

SW(config-Valn)#name HR

SW(config)#int eth 1/1

SW(config-if)switch mo acc

SW(config-if)swi acc vlan 10

SW(config-if)#no shut

SW(config)#int eth 1/2

SW(config-if)switch mo acc

SW(config-if)swi acc vlan 19

SW(config-if)#no shut

1 Accepted Solution

Accepted Solutions

mahmoodmkl
Level 7
Level 7

Hi
can u paste the output of show ip route

Sent from Cisco Technical Support iPhone App

View solution in original post

2 Replies 2

mahmoodmkl
Level 7
Level 7

Hi
can u paste the output of show ip route

Sent from Cisco Technical Support iPhone App

Hi Mahmood,

SW1# sh ip route IP Route Table for VRF "default"

'*' denotes best ucast next-hop

'**' denotes best mcast next-hop

'[x/y]' denotes [preference/metric]

0.0.0.0/0, ubest/mbest: 1/0

*via 192.168.1.2, Vlan2, [1/0], 5d17h, static

10.1.6.0/24, ubest/mbest: 1/0, attached

*via 10.1.6.88, Vlan10, [0/0], 5d22h, direct

10.1.6.88/32, ubest/mbest: 1/0, attached

*via 10.1.6.88, Vlan10, [0/0], 5d22h, local

192.168.1.0/24, ubest/mbest: 1/0, attached

*via 192.168.1.1, Vlan2, [0/0], 5d17h, direct

192.168.1.1/32, ubest/mbest: 1/0, attached

*via 192.168.1.1, Vlan2, [0/0], 5d17h, local

Vlan 10 ---- 10.1.6.0/24

Vlan 2 ---- 192.168.1.0/24

thanks & regards

Johnson.