Home | Net Issues | Net How To | Wireless | Case Studies | Articles |  Forums| Services | About Us | Careers | Quick Setup | Contact Us|

Web Cisco

 

How to configure HP Switch talks to Cisco Switch

In this example, Cab 5 cable connects between port 1 of Cisco switch and port 1 HP switch.


A. In Cisco switch port 1 connecting to HP switch, configure trunk, for example,

interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk

B. In HP switch, configure untagged on port 20 for VLAN 200, port 21 forVLAN 100, port 23 for VLAN 300 and tagged on port 1.
vlan 1
name "DEFAULT_VLAN"
untagged 1-19,23-24
ip address 10.0.20.131 255.255.0.0
no untagged 20-22
exit
vlan 200
name "VLAN 200"
untagged 20
tagged 1
no ip address
exit
vlan 100
name "VLAN100"
untagged 21
tagged 1
no ip address
exit
vlan 300
name "VLAN300"
untagged 22
tagged 1
no ip address
exit
vlan 800
name "VLAN800"
no ip address
exit

Any default VLAN (VLAN 1 in our case) ports will be in VLAN 1. Other VLAN need to tagged to 1 (port 1).

Post your questions, comments, feedbacks and suggestions

Contact a consultant

Related Topics


 

 

 

 [footer.htm]