Page 261 / 400 Scroll up to view Page 256 - 260
User Manual for the NETGEAR 7300S Series Layer 3 Managed Switch Software
Routing Commands
10-29
202-10088-01, March 2005
Auto Summary Mode
Select enable or disable from the pulldown menu. If you select
enable groups of adjacent routes will be summarized into single
entries, in order to reduce the total number of entries The default
is enable.
Host Routes Accept Mode
Select enable or disable from the pulldown menu. If you select
enable the router will be accept host routes. The default is enable.
Global Route Changes
The number of route changes made to the IP Route Database by
RIP. This does not include the refresh of a route's age.
Global queries -
The number of responses sent to RIP queries from other sys-
tems.Default Metric
Sets a default for the metric of redistributed routes.This field dis-
plays the default metric if one has already been set or blank if not
configured earlier. The valid values are (1 to 15)
Default Metric
Sets a default for the metric of redistributed routes.This field dis-
plays the default metric if one has already been set or blank if not
configured earlier. The valid values are (1 to 15)
Default Route Advertise
The default route.
show ip rip interface brief
This command displays general information for each RIP interface. For this command to display
successful results routing must be enabled per interface (i.e. ip rip).
Format
show ip rip interface brief
Mode
Privileged EXEC and User EXEC
Slot/Port
Valid slot and port number separated by forward slashes.
IP Address
The IP source address used by the specified RIP interface.
Send Version
The RIP version(s) used when sending updates on the specified
interface. The types are none, RIP-1, RIP-1c, RIP-2.
Receive Version
The RIP version(s) allowed when receiving updates from the
specified interface. The types are none, RIP-1, RIP-2, Both
RIP Mode
RIP administrative mode of router RIP operation; enable acti-
vates, disable de-activates it.
Link State
The mode of the interface (up or down).
Page 262 / 400
User Manual for the NETGEAR 7300S Series Layer 3 Managed Switch Software
10-30
Routing Commands
202-10088-01, March 2005
show ip rip interface
This command displays information related to a particular RIP interface.
Format
show ip rip interface
<
slot/port
>
Mode
Privileged EXEC and User EXEC
Interface
Valid slot and port number separated by forward slashes. This is a
configured value.
IP Address
The IP source address used by the specified RIP interface. This is
a configured value.
Send version
The RIP version(s) used when sending updates on the specified
interface. The types are none, RIP-1, RIP-1c, RIP-2. This is a
configured value.
Receive version
The RIP version(s) allowed when receiving updates from the
specified interface. The types are none, RIP-1, RIP-2, Both. This
is a configured value.
Both RIP Admin Mode
RIP administrative mode of router RIP operation; enable acti-
vates, disable de-activates it. This is a configured value.
Link State
Indicates whether the RIP interface is up or down. This is a con-
figured value.
Authentication Type
The RIP Authentication Type for the specified interface. The
types are none, simple, and encrypt. This is a configured value.
Default Metric
A number which represents the metric used for default routes in
RIP updates originated on the specified interface. This is a con-
figured value.
The following information will be invalid if the link state is down.
Bad Packets Received
The number of RIP response packets received by the RIP process
which were subsequently discarded for any reason.
Bad Routes Received
The number of routes contained in valid RIP packets that were
ignored for any reason.
Updates Sent
The number of triggered RIP updates actually sent on this inter-
face.
Page 263 / 400
User Manual for the NETGEAR 7300S Series Layer 3 Managed Switch Software
Quality of Service (QoS) Commands
11-1
202-10088-01, March 2005
Chapter 11
Quality of Service (QoS) Commands
This chapter provides a detailed explanation of the Quality of Service (QOS) commands. The
following QOS commands are available in the software QOS module.
The commands are divided into these different groups:
Show commands are used to display device settings, statistics and other information.
Configuration Commands are used to configure features and options of the switch. For every
configuration command there is a show command that will display the configuration setting.
Access Control List (ACL) Commands
Access Control Lists (ACLs) ensure that only authorized users have access to specific resources
while blocking off any unwarranted attempts to reach network resources.
Note:
±
ACL configuration for IP packet fragments is not supported.
±
The maximum number of rules per ACL translates into the number of hardware
classifier entries used when an ACL is attached to an interface.
Increasing these
values in the software increases the RAM and NVSTORE usage.
±
ACLs are configured separately for Layer 2 and Layer 3/Layer 4.
Some types of
hardware do not allow both types of ACLs to be applied to the same interface.
mac access-list extended <name>
This command creates a MAC Access Control List (ACL) identified by <name>, consisting of
classification fields defined for the Layer 2 header of an Ethernet frame.
The <name> parameter is
a case-sensitive alphanumeric string from 1 to 31 characters uniquely identifying the MAC access
list.
If a MAC ACL by this name already exists, this command enters Mac-Access-List config mode to
allow updating the existing ACL.
Page 264 / 400
User Manual for the NETGEAR 7300S Series Layer 3 Managed Switch Software
11-2
Quality of Service (QoS) Commands
202-10088-01, March 2005
Note:
The CLI mode is changed to Mac-Access-List Config when this command is successfully
executed.
Format
mac access-list extended <name>
Mode
Global Config
no mac access-list extended <name>
This command deletes a MAC ACL identified by <name> from the system.
Format
no mac access-list extended <name>
Mode
Global Config
mac access-list extended rename <name> <newname>
This command changes the name of a MAC Access Control List (ACL). The <name> parameter
is the name of an existing MAC ACL.
The <newname> parameter is a case-sensitive
alphanumeric string from 1 to 31 characters uniquely identifying the MAC access list.
This command fails if a MAC ACL by the name <newname> already exists.
Format
mac access-list extended rename <name> <newname>
Mode
Global Config
{deny|permit} <srcmac> <srcmacmask> <dstmac>
<dstmacmask>
This command creates a new rule for the current MAC access list.
Each rule is appended to the list
of configured rules for the list.
Note that an implicit 'deny all' MAC rule always terminates the
access list.
Note:
The 'no' form of this command is not supported, as the rules within an ACL cannot be
deleted individually.
Rather, the entire ACL must be deleted and re-specified.
A rule may either deny or permit traffic according to the specified classification fields.
At a
minimum, the source and destination MAC value and mask pairs must be specified, each of which
may be substituted using the keyword any to indicate a match on any value in that field.
The bpdu
keyword may be specified for the destination MAC value/mask pair indicating a well-known
BPDU MAC value of 01-80-c2-xx-xx-xx (hex), where 'xx' indicates a don't care.
The remaining
command parameters are all optional.
Page 265 / 400
User Manual for the NETGEAR 7300S Series Layer 3 Managed Switch Software
Quality of Service (QoS) Commands
11-3
202-10088-01, March 2005
The Ethertype may be specified as either a keyword or a four-digit hexadecimal value from
0x0600-0xFFFF.
The currently supported <ethertypekey> values are:
appletalk, arp, ibmsna,
ipv4, ipv6, ipx, mplsmcast, mplsucast, netbios, novell, pppoe, rarp.
Each of these translates into
its equivalent Ethertype value(s).
The assign-queue parameter allows specification of a particular hardware queue for handling
traffic that matches this rule.
The allowed <queue-id> value is 0-(n-1), where n is the number of
user configurable queues available for the hardware platform.
The redirect parameter allows the
traffic matching this rule to be forwarded to the specified <slot/port>. The assign-queue and
redirect parameters are only valid for a 'permit' rule.
Format
{deny|permit} {{<srcmac> <srcmacmask} | any} {{<dst-
mac> <dstmacmask>} | any | bpdu} [<ethertypekey> |
<0x0600-0xFFFF>] [vlan {{eq <0-4095>} | {range <0-
4095> <0-4095>}}] [cos <0-7>] [secondary-vlan {{eq <0-
4095>} | {range <0-4095> <0-4095>}}] [secondary-cos
<0-7>] [assign-queue <queue-id>] [redirect <slot/
port>]
Note that the special command form {deny|permit} any any is used to match all Ethernet layer 2
packets, and is the equivalent of the IP access list "match every" rule.
Mode
Mac-Access-List Config
mac access-group <name> {in|out} [sequence <1-4294967295>]
This command attaches a specific MAC Access Control List (ACL) identified by <name> to an
interface in a given direction.
The <name> parameter must be the name of an exsiting MAC ACL.
An optional sequence number may be specified to indicate the order of this access list relative to
other access lists already assigned to this interface and direction.
A lower number indicates higher
precedence order.
If a sequence number is already in use for this interface and direction, the
specified access list replaces the currently attached access list using that sequence number.
If the
sequence number is not specified for this command, a sequence number that is one greater than the
highest sequence number currently in use for this interface and direction will be used.
This command specified in 'Interface Config' mode only affects a single interface, whereas the
'Global Config' mode setting is applied to all interfaces.
The 'Interface Config' mode command is
only available on platforms that support independent per-port class of service queue configuration.
Format
mac access-group <name> {in|out} [sequence <1-
4294967295>]
Mode
Global Config or Interface Config

Rate

4.5 / 5 based on 2 votes.

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top