Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Network Routers

HP 2626 layer 3 switch

Reply
 
Thread Tools Display Modes
  #1  
Old 03-12-2006, 02:36 PM
Default HP 2626 layer 3 switch



Can anyone explain to me how to do the following configuration on a HP 2626
layer 3 switch?

VLAN1 switch IP ADDRESS 10.0.0.4
VLAN2 switch IP ADDRESS 192.168.5.3

I want to configure the routing on this switch to allow computers on VLAN1
only ports to be able to route to computers that are on VLAN2 only ports but
I am not sure how to configure the routing on this switch. Any help
appreciated thanks.




Gerry Armstrong
Reply With Quote
  #2  
Old 03-12-2006, 10:14 PM
Allan
Guest
 
Posts: n/a
Default Re: HP 2626 layer 3 switch

You can not talk between networks except through a trunk line to a router.
The following is how to setup a cisco router to accept and allow
communications between networks and a switch. Not sure what you are using.

router(config)# int fa 0/0
router(config-if)#no shut
router(config-if)#int fa 0/0.1
router(config-if)#encapsulation dot1q 1
router(config-if)#ip address 10.0.0.4 255.255.255.0
router(config-if)#int fa 0/0.2
router(config-if)#encapsulation dot1q 20
router(config-if)#ip address 192.168.5.3 255.255.255.0
router(config-if)#exit



"Gerry Armstrong" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Can anyone explain to me how to do the following configuration on a HP
> 2626 layer 3 switch?
>
> VLAN1 switch IP ADDRESS 10.0.0.4
> VLAN2 switch IP ADDRESS 192.168.5.3
>
> I want to configure the routing on this switch to allow computers on VLAN1
> only ports to be able to route to computers that are on VLAN2 only ports
> but I am not sure how to configure the routing on this switch. Any help
> appreciated thanks.
>



Reply With Quote
Reply

Tags
2626, layer, switch

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 04:55 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.