Switches, Hubs, and Modems
1826344 Members
4387 Online
109692 Solutions
New Discussion

VLAN

 
ammadeyy
Contributor

VLAN

i am using cisco router for routing, and HP 2626 switch for VLAN

======================================================

Cisco Router

interface Ethernet0
ip address 10.10.1.1 255.255.255.0
!
interface Serial0
no ip address
!
interface BRI0
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
no ip http server

=====================================================


HP Procurve 2626 switch

Default Gateway : 10.10.1.1
Default TTL : 64

VLAN | IP Config IP Address Subnet Mask
------------ + ---------- --------------- ---------------
SEVERS | Manual 10.10.1.2 255.255.255.0
ADMIN | Manual 10.10.2.1 255.255.255.0
POS | Manual 10.10.3.1 255.255.255.0
WIFI | Manual 10.10.4.1 255.255.255.0
GUEST | Manual 10.10.5.1 255.255.255.0

======================================================


VLAN ADMIN & POS is not suppose to talk each other

but there is one PC in ADMIN (10.10.2.3) which needs to access POS VLAN

how can i do that???


2 REPLIES 2
Ardon
Trusted Contributor

Re: VLAN

ACLs on your Cisco Router might be an idea
ProCurve Networking Engineer
Ardon
Trusted Contributor

Re: VLAN

Do not configure and IP Address on those VLANs but Tag em all the way up to the Cisco Router and THERE you Route.
In order to accomplish what you want apply ACLs on the Cisco.

/Ardon
ProCurve Networking Engineer