- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- LAN Routing
- >
- IP Routing - 2810 switch
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
10-05-2011 09:34 AM
10-05-2011 09:34 AM
IP Routing - 2810 switch
Hi all,
I'm a newbie to setting up switches and VLAN, and I'm in the process of configuring a new 2810 switch.
Missing 'ip routing' and 'ip route' commands. Does this need a firmware flash? Currently J9021A Configuration Editor, created on relase #N.11.15.
Web 2810-24G(config)# ip
arp-age Modify Address Resolution Protocol (ARP) table entry
timeout, specified in minutes.
authorized-managers Define the stations allowed to manage the switch.
default-gateway Configure the Layer 2 default gateway address, which
will be used when routing is not enabled on the switch.
ssh Enable/disable SSH server on the device or set various
SSH server parameters.
timep Configure the method to acquire the Timep server
address.
ttl Specify TTL for outgoing IP packets.
zero-broadcast Enable/disable usage of zero broadcast IP Address.
Web 2810-24G(config)# ip
Thanks in advance for any help. Greatly appreciated
Sinh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2011 05:00 AM - edited 10-06-2011 05:01 AM
10-06-2011 05:00 AM - edited 10-06-2011 05:01 AM
Re: IP Routing - 2810 switch
Hi,
I've update the firmware to #N.11.25 but stil can't get ip routing working. Looking at our HP Procurve 2610, I can see that ip routing is enabled on that router.
2810 switch:
Running configuration:
; J9021A Configuration Editor; Created on release #N.11.25
hostname "Web 2810-24G"
interface 1
name "Netscreen 25 Uplink"
flow-control
exit
ip default-gateway 192.168.55.1
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 2-6
ip address 192.168.55.254 255.255.255.0
tagged 1
no untagged 7-24
exit
vlan 31
name "WEB-BACKEND"
untagged 19-24
ip address 172.16.31.254 255.255.255.0
tagged 1
exit
vlan 147
name "WEB-FRONTEND"
untagged 13-18
ip address 172.16.147.254 255.255.255.0
tagged 1
exit
Web 2810-24G(config)#
2610 switch:
Running configuration:
; J9087A Configuration Editor; Created on release #R.11.25
hostname "Web 2610-24"
interface 26
name "Netscreen25 Uplink"
flow-control
exit
ip default-gateway 192.168.55.1
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-4,25-28
ip address 192.168.55.254 255.255.255.0
no untagged 5-24
exit
vlan 31
name "WEB_BACKEND"
untagged 19-24
no ip address
tagged 26
exit
vlan 147
name "WEB_FRONTEND"
untagged 13-18
no ip address
tagged 26
exit
no dhcp-relay
ip route 0.0.0.0 0.0.0.0 192.168.55.1
Web 2610-24#
Thanks in advance for any help given.
Sinh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2011 08:57 AM
10-06-2011 08:57 AM
Re: IP Routing - 2810 switch
Hi,
2810 switch is Layer 2 switch only, so it cannot do routing.
2610 is Lite Layer 3 switch.
BR,
Jan