Chapter 49 Ip Routing Commands - D-Link xStack DGS-3620 Reference Manual

Hide thumbs Also See for xStack DGS-3620:
Table of Contents

Advertisement

xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
Chapter 49
create iproute [default | <network_address>] [<ipaddr> {<metric 1-65535>} {[primary | backup |
weight <value 1-4>]} | null0 | ip_tunnel <tunnel_name 12>]
delete iproute [default | <network_address>] [<ipaddr> | null0 | ip_tunnel <tunnel_name 12>]
show iproute {[<network_address> | <ipaddr>]} {[static | rip | ospf | bgp | hardware]}
create ipv6route [default | <ipv6networkaddr>] [[<ipif_name 12> <ipv6addr> | <ipv6addr>]
{<metric 1-65535>} {[primary | backup]} | ip_tunnel <tunnel_name 12>]
delete ipv6route [[default | <ipv6networkaddr>] [<ipif_name 12> <ipv6addr> | <ipv6addr> |
ip_tunnel <tunnel_name 12>] | all]
show ipv6route {[<ipv6networkaddr> | <ipv6addr>]} {[static | ripng | ospfv3 | bgp | hardware]}
enable ecmp ospf
disable ecmp ospf
config ecmp algorithm {ip_destination | [ip_source| crc_low | crc_high] | tcp_udp_port} (1)
show ecmp algorithm
create ipv6route redistribute dst ripng src [local | static | ospfv3] {metric <value 0-16>}
config ipv6route redistribute dst ripng src [local | static | ospfv3] {metric <value 0-16>}
delete ipv6route redistribute dst ripng src [local | static | ospfv3]
create ipv6route redistribute dst ospfv3 src [local | static | ripng] {mettype [1 | 2] | metric <value
1-16777214>}
config ipv6route redistribute dst ospfv3 src [local | static | ripng] {mettype [1 | 2] | metric <value
1-16777214>}
delete ipv6route redistribute dst ospfv3 src [local | static | ripng]
49-1
create iproute
Description
This command is used to create an IP route entry in the Switch's IP routing table. "Primary" and
"backup" are mutually exclusive. Users can select only one when creating one new route. If a user
sets neither of these, the system will try to set the new route first by primary and second by backup
and not set this route to be a multipath route.
Format
create iproute [default | <network_address>] [<ipaddr> {<metric 1-65535>} {[primary |
backup | weight <value 1-4>]} | null0 | ip_tunnel <tunnel_name 12>]
Parameters
default - Specifies to create a default IP route entry.
<network_address> - The IP address and netmask of the IP interface that is the destination of
the route. Specifies the address and mask information using the traditional format (for
example, 10.1.2.3/255.0.0.0 or in CIDR format, 10.1.2.3/8).
<ipaddr> - Specifies the IP address for the next hop router.
<metric 1-65535> - (Optional) The default setting is 1.That is, the default hop cost is 1.
primary - (Optional) Specifies the route as the primary route to the destination.
backup - (Optional) Specifies the route as the backup route to the destination. If the route is
not specified as the primary route or the backup route, then it will be auto-assigned by the
system. The first created is the primary, the second created is the backup.
IP Routing
Commands
605

Advertisement

Table of Contents
loading

Table of Contents