- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- 3400cl Routing
Switches, Hubs, and Modems
1820931
Members
4307
Online
109629
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2008 05:19 PM
тАО02-10-2008 05:19 PM
3400cl Routing
I'm trying to setup routing on a 3400cl-24 switch to replace an existing Cisco 2610. I've configured a second VLAN with the IP formerally used on the Cisco router. When I view the route table, it lists the network but no traffic is being routed; i.e. I can't ping out through the firewall (192.168.2.2).
Can someone tell me from the config shown below what I missed?
Thanks.
John
- - - - -
Startup configuration:
; J4905A Configuration Editor; Created on release #M.10.41
hostname "3400cl-1"
time timezone -300
time daylight-time-rule User-defined begin-date 3/9 end-date 11/2
interface 2
name "Internet"
speed-duplex 100-full
exit
ip default-gateway 192.168.200.2
ip routing
vlan 1
name "DEFAULT_VLAN"
ip address 172.17.1.254 255.255.0.0
exit
vlan 100
name "INTERNET"
ip address 192.168.200.1 255.255.255.0
tagged 2
exit
gvrp
ip route 0.0.0.0 0.0.0.0 192.168.200.2
no stack auto-join
spanning-tree
IP Route Entries
Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
0.0.0.0/0 192.168.200.2 100 static 1 1
127.0.0.0/8 reject static 0 250
127.0.0.1/32 lo0 connected 0 0
172.17.0.0/16 DEFAULT_VLAN 1 connected 0 0
192.168.200.0/24 INTERNET 100 connected 0 0
Can someone tell me from the config shown below what I missed?
Thanks.
John
- - - - -
Startup configuration:
; J4905A Configuration Editor; Created on release #M.10.41
hostname "3400cl-1"
time timezone -300
time daylight-time-rule User-defined begin-date 3/9 end-date 11/2
interface 2
name "Internet"
speed-duplex 100-full
exit
ip default-gateway 192.168.200.2
ip routing
vlan 1
name "DEFAULT_VLAN"
ip address 172.17.1.254 255.255.0.0
exit
vlan 100
name "INTERNET"
ip address 192.168.200.1 255.255.255.0
tagged 2
exit
gvrp
ip route 0.0.0.0 0.0.0.0 192.168.200.2
no stack auto-join
spanning-tree
IP Route Entries
Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
0.0.0.0/0 192.168.200.2 100 static 1 1
127.0.0.0/8 reject static 0 250
127.0.0.1/32 lo0 connected 0 0
172.17.0.0/16 DEFAULT_VLAN 1 connected 0 0
192.168.200.0/24 INTERNET 100 connected 0 0
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2008 04:00 AM
тАО02-11-2008 04:00 AM
Re: 3400cl Routing
the basic config looks ok, but:
the only interface you show in vlan100 is tagged...is the firewall connected to interface 2 on the 3400 and is the firewall ethernet interface also set to tagged?
if the firewall's interface is not set for tagged, that is the problem...reconfigure interface 2 in vlan100 to 'untagged'...
hth...jeff
the only interface you show in vlan100 is tagged...is the firewall connected to interface 2 on the 3400 and is the firewall ethernet interface also set to tagged?
if the firewall's interface is not set for tagged, that is the problem...reconfigure interface 2 in vlan100 to 'untagged'...
hth...jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2008 01:58 PM
тАО02-11-2008 01:58 PM
Re: 3400cl Routing
Thanks, I'll try that. The firewall is hanging off port 2, and isn't configured to look for tagged packets. I seem to think that the switch wanted once vlan or the other to be tagged, but I'll try it shortly. I had to wait until 5pm (Eastern) to try and that's only a couple of minutes.
John
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2008 12:16 AM
тАО02-12-2008 12:16 AM
Re: 3400cl Routing
Hi, John !
IMHO your swouter now (when it works as a router) doesn't need a default gateway - it will use default route instead.
Before you enable:
ip routing
you should disable default gateway:
no ip default-gateway 192.168.200.2
Default gateway is only required when the device works as a switch (actually as a host from the IP point of view).
Good luck,
Dmitry
IMHO your swouter now (when it works as a router) doesn't need a default gateway - it will use default route instead.
Before you enable:
ip routing
you should disable default gateway:
no ip default-gateway 192.168.200.2
Default gateway is only required when the device works as a switch (actually as a host from the IP point of view).
Good luck,
Dmitry
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP