3Com Router Configuration Guide Addendum for V1.20
2
1.1. Introduction
1.1.1. Scope
This manual provides configuration information for ne w software feat ures found in V1 .20 of the
3Com Router operating system. Use this adden dum to suppl ement configurati on informatio n found
in the 3Com Router Configuration Guide.
1.1.2. Online Resources
Download the Router 3000 Installation Gui de from:
Download other current software updates and release notes from:
http://www.3com.com/
Chapter 1 Configuring Class-Based Queuing
3Com Router Configuration Guide Addendum for V1.20
3
As an extension of WFQ, class based queuing (CBQ) provides users with class
definition support. CBQ assigns individual FIFO reservation queues to the classes
defined by each user to buffer data of the same class. When there is network
congestion, CBQ matches outbound packets according to the classification rule
defined by users to make them enter relevant queues. Before queue entry of packets,
the congestion avoidance mechanism (tail-drop or weighted random early detection
[WRED]) and bandwidth limit must first be checked. When packets leave the queues,
weighted fair scheduling of packets in the queues corresponding to each class should
be performed.
LLQ
IP Packets
Classifying
BQ1
BQ2
¡ ¡
BQ64
Outgoing first
Scheduling
Sent packets
Sent queue
Figure 1-1 CBQ diagram
If CBQ performs weighted fair treatment to queues of all classes, voice packets, the
delay-sensitive data flow may not be sent out in time. Therefore, PQ is introduced to
CBQ to create low latency queuing (LLQ), which provides strictly preferred sending
service for such delay-sensitive data flow as voice packets.
LLQ strictly combines PQ with CBQ. When a user defines a class, he can specify it to
accept strict priority service. The class of this type is called priority class. All packets
of the priority class enter the same priority queue. Before they enter a queue, the
bandwidth limit of each class of packets should be checked. When packets go out of
the queues, the packets in the priority queue are forwarded before packets in the
queues corresponding to other classes. But if the maximum reservation bandwidth
configured for LLQ is exceeded, the packets in other queue are sent. Weighted fair
scheduling will be performed to the packets in other queues when they are forwarded.
In order to avoid long time delay of packets in other queues, the maximum available
bandwidth can be specified for each priority class during LLQ application for traffic
policing upon congestion. If no congestion occurs, the priority class is permitted to
3Com Router Configuration Guide Addendum for V1.20
4
use bandwidth exceeding the assigned value. In case of congestion, packets
exceeding the assigned bandwidth of the priority class will be discarded. Burst size is
also configurable under LLQ.
When the system matches packets with rules, it matches priority classes before other
classes. If there are multiple priority classes, they are matched one by one according
to configuration sequence. The same procedure is used to match packets and rules in
other classes. If there are multiple rules in a class, they are also matched one by one
according to the configuration sequence.
1.2 CBQ Configuration Tasks
CBQ (Class Based Queuing) configuration include s:
Define a class and enter the class view
Configure matching rules of a class
Define the policy and enter the policy view
Configure class in policy and enter policy-class view
Configure features of a class
Apply a policy to an interface
1.2.1 Define a Class and Enter the Class View
Defines a class and enters class view.
Perform the following configurations in the system view.
Table 1-1 Define a class and enter the class view
Operation Command
Define a Class and Enter the Class
View
Delete a class and enter class view
qos class [ logic-and | logic-or ] class-name
undo qos class [ logic-and | logic-or ] class-name
By default, a class named default-class is defined in the system. The class name
defined by the user “class-name” cannot be default-class.
By default, the defined class is logic-and and the interrelationship between matching
rules in the class view is logical AND.
1.2.2 Configure Matching Rules of a Class
1)
Define the rule for matching all packets
Perform the following configurations in class view.
Table 1-2 Define/delete the rule matching all packets
3Com Router Configuration Guide Addendum for V1.20
5
Operation Command
Define the rule matching all packets
Delete the rule matching all packets
if-match [logic-not ] any
undo if-match [logic- not ] any
2)
Define the class matching rule
Perform the following configurations in class view.
Table 1-3 Define/delete the class matching rule
Operation Command
Define the class matching rule
Delete the class matching rule
if-match [ logic-not ] class class-name
undo if-match [ logic-not ] class class-name
Note:
This command cannot be used circularly. For example, qos class A defines the rules to match qos class
B, while qos class B cannot define a rule matching qos class A directly or indirectly.
3)
Define the ACL matching rule
Perform the following configurations in class view.
The matching rules of the destination MAC address are only meaningful for the policies in outbound
direction and the interface of Ethernet type.
The matching rules of the source MAC address are only meaningful for the policies in inbound direction
3Com Router Configuration Guide Addendum for V1.20
6
and the interface of Ethernet type.
5)
Define the inbound interface matching rule of a class
Perform the following configurations in class view.
Table 1-6 Define/delete the inbound interface matching rule of a class
Operation Command
Define the inbound interface
matching rule of a class
Delete the inbound interface
matching rule of a class
if-match [ logic-not ] inbound-interface typenumber
undo if-match [ logic-not ] inbound-interface type number
}
6)
Define the DSCP matching rule
The differentiated services code point (DSCP) is a refined field from the 6 high bits of
ToS bytes in IP header by IETF DiffServ workgroup.In the solution submitted by
DiffServ, services are classified and traffic is controlled according to service
requirements at the network ingress. Simultaneously, DSCP is set. Communication
(including resource allocation, packet discard policy, etc.) is classified and served on
the basis of the grouped DSCP values
You can set classified matching rules according to DSCP values.
Perform the following configurations in class view.
Because the RTP priority queue (RTPQ) has a higher priority than that of CBQ, only
RTPQ will take effect if both RTPQ and the queue based on the class matching RTP
are configured at the same time.
9)
Define the protocol matching rule
Perform the following configurations in class view.
Table 1-10 Define/delete IP matching rule
Operation Command
Define IP matching rule
Delete IP matching rule
if-match [ logic-not ] protocol ip
undo if-match [ logic-not ] protocol ip
10)
Define the rule of all packets that do not satisfy the specified matching
rule.
Perform the following configurations in class view.
Table 1-11 Define/delete the rule of all packets not satisfying the specified matching rule
Operation Command
Define the rule of all packets not satisfying specified
matching rule
Delete the rule of all packets not satisfying specified
matching rule
if-match logic-not
undo if-match logic-not
criteria
criteria
Match-criteria: Matching rule of the class, including acl, any, class, destination-mac,
Policy definition includes definition to the feature requirement for each class in the
policy, such as queue scheduling, including EF, AF, WFQ, TP, TS, and WRED.
Perform the following configurations in the system view.
3Com Router Configuration Guide Addendum for V1.20
8
Table 1-12 Define the policy and enter the policy view
Operation Command
Define the policy and enter the policy
view
Delete the specified policy
If an interface applies this policy, this policy is not allowed to be deleted. You must
remove the application of this policy on the interface and then delete the policy with
the undo qos policy command.
1.2.4 Configure Class in Policy and Enter Policy-Class View
Perform the following configurations in the policy view.
Table 1-13 Configure class in policy and enter policy-class view
Operation Command
Configure class in policy
Remove the class configuration
qos-class class-name
undo qos-class class-name
class-name: Name of a class, of a defined class.
1.2.5 Configure Features of a Class in Policy
1)
Configure bandwidth
CBQ can set bandwidth and queuing length for each class.
Bandwidth is the minimum guarantee that the router can provide when congestion
occurs. If there is no congestion, each class can use the bandwidth larger than the
assigned one, but if there is congestion, for each class, all the packets exceeding the
assigned bandwidth will be dropped.
Queuing length is the maximum queue length of the class. When the queue is as long
as the preset length, new packets that want to enter the queue will be dropped.
Policy class configured with expedited-forwarding and bandwidth is a priority class
and will enter low latency queuing (LLQ).
Policy class configured with assured-forwarding and bandwid t h is an ordinary class.
The class that does not match any policy is called the default-class, and it can be
configured with assured-forwarding and bandwidth. After the default-class is
configured with a maximum bandwidth, the system will assign the class an individual
3Com Router Configuration Guide Addendum for V1.20
9
queue, called the default queue.
Theoretically, each class can be configured with bandwidth of any size, but generally,
the priority classes can occupy 70% of the total bandwidth, and other ordinary classes
and the default class occupy less than 10%. It should be noted that the total
bandwidth assigned to each class and the RTP priority queue should not be larger
than the available bandwidth (the maximum bandwidth of the interface multiplied by
the percentage of the reserved bandwidth).
Please perform the following configurations in policy-class view.
Table 1-14 Configure assured-forwarding and the minimum bandwidth
Operation Command
Configure assured-forwarding for an
ordinary class or default class and
configure the minimum bandwidth for them
Delete the assured-forwarding undoaf
Configure expedited-forwarding for priority
class and configure the maximum
bandwidth and CBS for it
Delete expedited-forwarding undo ef
af bandwidth { bandwidth | pct percentage }
ef bandwidth bandwidth [ cbs size ]
This function can only be applied on the outbound direction.
Note:
Priority classes must be configured with absolute bandwidth, while ordinary classes and the default class
can be configured with relative bandwidth (in percentage) or absolute bandwidth.
2)
Configure fair queue for the default class
Perform the following configurations in the policy-class view.
Table 1-15 Configure fair queue for the default class
Operation Command
Configure WFQ for the default class
Remove the configured WFQ of the default
class
wfq [ queue-number total-queue-number ]
undo wfq
3)
3Com Router Configuration Guide Addendum for V1.20
10
Configure the maximum queue length of the class
Configure maximum queue length of the class and configure the drop type as tail
drop.
Perform the following configurations in the policy-class view.
Table 1-16 Configure the maximum queue length of the class
Operation Command
Configure the maximum queue length of the
class
Delete the configuration of maximum queue
length
queue-length queue-length
undo queue-length
This command can be used only after the af command has been configured. Execute
the undo af command then queue-length will be deleted as well.
For the default-class, this command can be used only after the af has been
configured.
4)
Configure the discarding mode of the class as random.
Perform the following configurations in the policy-class view.
Table 1-17 Configure the discarding mode of the class as random
Operation Command
Configure the discarding mode of the class
as random
Restore the default setting
wred [ ip-dscp value | ip-precedence value ]
undo wred [ ip-dscp value | ip-precedence value]
ip-dscp indicates that the DSCP value is used to calculate the drop probability of a
packet.
Ip-precedence: Indicate that the IP precedence value is used to calculate drop
probability of a packet, which is the default setting.
This command cannot be used until the af command has been configured. In the
case of the default class, this command be used only after the af command has been
configured. The wred and queue-length commands are mutually exclusive. Other
configurations under the random drop will be deleted simultaneously when this
command is deleted. When a QoS policy including WRED is applied on an interface,
the original WRED configuration on the interface will be invalid.
The default-class can only be configured with the random discard mode based on IP
precedence.
5)
Configure exponential of average queue length calculated by WRED
Perform the following configurations in the policy-class view.
Table 1-18 Configure exponential of average queue length calculated by WRED
3Com Router Configuration Guide Addendum for V1.20
11
Operation Command
Configure exponential of average queue
length calculated by WRED
Delete the configuration of exponential of
average queue length calculated by WRED
wred weighting-constant exponent
undo wred weighting-constant
This command can be used only after the af command has been configured and the
wred command has bee n used to enable WRED discard mode.
6)
Configure DSCP lower-limit, upper-limit and discard probability of
WRED
Perform the following configurations in the policy-class view.
Table 1-19 Configure DSCP lower-limit, upper-limit and discard probability of WRED
Operation Command
Configure DSCP lower-limit, upper-limit
and discard probability of WRED
Delete the configured DSCP lower-limit,
upper-limit and discard probability of
WRED
value: DSCP value, in the range from 0 to 63, which can be any of the following
keywords: ef, af11, af12, af13, af21, af22, af23, af31, af32, af33, af41, af42, af43, cs1, cs2, cs3, cs4, cs5 or cs7.
The discard mode based on WRED should have been enabled via the wred ip-dscp
command.
When the configuration of qos wred is deleted, the wred ip-dscp will also be
deleted.
When the af configuration is deleted, the configuration of discarding parameters will
also be deleted.
7)
Configure lower-limit, upper-limit and discarding probability of WRED
precedence
Perform the following configurations in the policy-class view.
Table 1-20 Configure lower-limit, upper-limit and discarding probability of WRED precedence
Operation Command
Configure lower-limit, upper-limit and
discard probability of WRED precedence
denominator
Delete the configuration of lower-limit,
upper-limit and discard probability of
WRED precedence denominator
3Com Router Configuration Guide Addendum for V1.20
12
The discarding mode based on WRED must already have been enabled via the wred
ip-precedence command.
When the configuration of qos wred is deleted, the wred ip-precedence is also
deleted.
When the af configuration is deleted, the configuration of discarding parameters will
also be deleted.
8)
Enable/Disable traffic policing
Perform the following configurations in the policy-class view.
Table 1-21 Enable/Disable traffic policing for the class
Operation Command
Enable traffic policing for the class car cir rate [ cbs size ebs size ] [ conform action [ exceed action] ]
Disable traffic policing for the class undo car
In the table, action means actions taken on a data packet, including:
discard: Discard a packet.
pass: Send a packet.
remark-dscp-passnew-dscp: Set the value of new-dscp and send it. This value
ranges from 0 to 63.
remark-prec-pass new-prec: Set new IP priority new-prec and send it. This
value ranges from 0 to 7.
If TP is used in the class-policy applied on the interface, it can be applied on both
inbound and outbound interfaces.
When the class-policy including TP feature is applied on an interface, it invalidates the
original qos car command.
If this command is repeatedly configured on the same class policy, the last
configuration replaces the previous one.
The class configured with traffic policing without the application of AF or EF enters the
default queue if it passes traffic policing but encounters interface congestion.
9)
Configure traffic shaping (TS) for a class
Perform the following configurations in the policy-class view.
Table 1-22 Enable/disable TS for a class
Operation Command
Enable TS for a class gts cir rate [ cbs burst-size [ ebs size [ queue-length length ] ] ]
Disable TS for a class undo gts
3Com Router Configuration Guide Addendum for V1.20
13
If qos gts is used in the class-policy that is applied to the interface, it can only be
applied to the outbound interface.
When the class including TS is applied to the interface, the original qos gts command
that is configured on the interface will become invalid.
If this command is repeatedly executed to configure the same class policy, the last
configuration replaces the previous one.
The class configured with TS without applying the configuration of AF or EF enters
the default queue if it passes traffic shaping but encounters interface congestion.
10)
Set DSCP value for the class to identify packets.
Perform the following configurations in the policy-class view.
Table 1-23 Set DSCP value for the class to identify packets
Operation Command
Set DSCP value for the class to identify packets remark ip-dscp value
Remove DSCP value that identifies packets
undo remark ip-dscp
11)
Set IP precedence value to identify matched packets
Perform the following configurations in the policy-class view.
Table 1-24 Set IP precedence value to identify matched packets
Operation Command
Set IP precedence value to identify matched
packets
Set IP precedence value to identify matched
packets
1.2.6 Apply a policy to an interface
The qos apply policy command applies a policy to a specific physical interface. A
policy can be used on multiple physical ports.
Perform the following configurations in class view.
Table 1-25 Associate an interface with the set policy
Operation Command
Apply an associated policy to an
interface
Delete an associated policy from an
interface
3Com Router Configuration Guide Addendum for V1.20
14
The following is the rule for a policy to be applied in interface view .
A policy configured with various features (including remark, car, gts, af, ef, wfq,
and wred,) apply to a common physical interface and a virtual template interface
over MP.
The policy configured with TS (gts), and ef, af, wfq cannot be applied on the
interface as an inbound policy.
The sub-interface does not support ef, af, or wfq but supports TS (gts) and TP
(car). The policy configured with TS and TP can be applied on the sub-interface.
Note:
In the case of fast forwarding, CBQ is not supported.
1.2.7 Displaying and debugging CBQ
After the above configuration, execute display command in all views to display the
current class-based queue configuration, and to verify the effect of the configuration.
Table 1-26 Display and debug CBQ
Operation Command
Display class information configured on the
router
Display the configuration information of an
specified policy or a specified class in all
policies or all classes
Display the configuration information and
running status of an policy on a specified
interface
Display the configuration information and
running status of class-based queue on a
specified interface
Enable the debugging of a CBQ
display qos class [ class-name ]
display qos policy [ policy-name [ class class-name ] ]
display qos policy interface [ type number } [ inbound |
outbound ]
display qos cbq interface type umber
debugging qos cbq { af | be | ef | class } [ interface type
number ]
1.2.8 Typical CBQ Configuration Example
A typical CBQ configuration simultaneously transmits multiple service data on the
serial interface and satisfies the demand in various service flows by CBQ.
The networking diagram is shown below, wherein the bandwidth of serial0 is 64K,
PC1 sends service flow 1 to PC3, PC2 sends a service flow 2 to PC4, and there is
also a voice service flow.
In terms of service, service flow 1 must occupy a bandwidth of 10K, service flow 2
3Com Router Configuration Guide Addendum for V1.20
15
must occupy a bandwidth of 20K, under the premise of ensuring voice service.
PC1
PC2
Tel ephone
1.1.1.1/24
10.1.1.1/24
E1
10.1.1.2/24
Router A
E0
1.1.1.2/24
s0 1.1.6.1
1.1.6.2/24
s0
E0 1.1.4.2/24
E1: 10.1.4.2/24
Router B
1.1.4.1/24
10.1.4.1/24
PC3
PC4
Tel epho ne
Figure 1-2 Networking diagram of CBQ configuration
Note:
This example only illustrates configurations corresponding to CBQ. The configurations of various
services and routes should be performed by the user independently. This example only configures CBQ
on Router A. Router B can be configured similarly.
Configure Router A:
1 Configure ACL rule.
[RouterA] acl 101
[RouterA-acl-101] rule normal permit ip source 1.1.0.0 0.0.255.255 destination
any
[RouterA] acl 102
[RouterA-acl-102] rule normal permit ip source 10.1.0.0 0.0.255.255 destination
3Com Router Configuration Guide Addendum for V1.20
16
[RouterA-qosclass-voip] quit
5 Configure CBQ policy:
[RouterA] qos policy 1
6 Configure the bandwidth of service 1 to be 10K:
[RouterA-qospolicy-1]qos-class 1
[RouterA-qospolicy-c-1 1] af bandwidth 10
[RouterA-qospolicy-c-1 1] quit
7 Configure the bandwidth of service 2 to be 20K:
[RouterA-qospolicy-1]qos-class 2
[RouterA-qospolicy-c-1 2] af bandwidth 20
[RouterA-qospolicy-c-1 2] quit
8 Configure the voice service to be priority service:
[RouterA-qospolicy-1]qos-class voip
[RouterA-qospolicy-c-1 voip] ef bandwidth 10 cbs 1500
[RouterA-qospolicy-c-1 voip] quit
9 Apply CBQ policy 1 to Serial0:
[RouterA] interface serial 0
[RouterA-Serial0] qos apply policy outbound 1
10 Remove fast-forwarding on the interface. (The interface does not support CBQ
in the case of fast-forwarding.)
[RouterA-Serial0] undo ip fast-forwarding
Chapter 2 Configuring TACACS+
3Com Router Configuration Guide Addendum for V1.20
17
TACACS+ is facilitated with AAA to control PPP, VPDN, and login access to routers.
CISCO ACS is the only application software that is supported.
Compared to RADIUS, TACACS+ features more reliable transmission and encryption,
and is more suitable for security control. The following table lists the primary
differences between TACACS+ and RADIUS protocols.
Table 2-1 Comparison between the TACACS+ protocol and the RADIUS protocol
TACACS+ protocol RADIUS protocol
Adopts TCP and hence can provide more reliable network
transmission.
Encrypts the entire main body of the packets except for
the standard TACACS+ header.
Supports separate authentication and authorization. For
example, you can use RADIUS for authentication but
TACACS+ for authorization.
If RADIUS is used for authentication before authorizing
with TACACS+, RADIUS is responsible for confirming
whether a user can be accepted, and TACACS+ is
responsible for the authorization.
Is well suited to security control. Is well suited to accounting.
Supports authorization before the configuration commands
on the Router can be used.
Adopts UDP.
Encrypts only the password field in the
authentication packets.
Processes authentication and authorization
together.
Does not support authorization before
configuration.
In a typical TACACS+ application, a dial-up or terminal user needs to log in the router
for operations. Working as the TACACS+ client in this case, the router sends the user
name and password to the TACACS+ server for authentication. After passing the
authentication and getting the authorization, the user can log in to the router to
perform operations, as shown in the following figure.
Terminal
Terminal user
Terminal
Terminal
Terminal user
H W TA CACS se rver
H W TA CACS se rver
H W TA CACS se rver
H W TA CACS se rver
H W TA CACS se rver
129.7.66.66
129.7.66.66
129.7.66.66
129.7.66.66
129.7.66.66
ISDN\PSTN
ISDN\PSTN
ISDN\PSTN
ISDN\PSTN
ISDN\PSTN
Router
Router
Router
Router
Router
Dial-up
Dial-up us er
Dial-up
Dial-up
Dial-up us er
HWTACACS client
HWTACACS client
HWTACACS client
HWTACACS client
HWTACACS client
H W TA CACS se rver
H W TA CACS se rver
H W TA CACS se rver
H W TA CACS se rver
H W TA CACS se rver
129.7.66.67
129.7.66.67
129.7.66.67
129.7.66.67
129.7.66.67
Figure 2-2 Networking for a typical TACACS+ application
2.2 The Basic Message Interaction Flow of TACACS+
3Com Router Configuration Guide Addendum for V1.20
18
For example, use TACACS+ to implement AAA on a telnet user, and the basic
message interaction flow described below is used:
1) A user requests access to the router. The router(TACACS+ client) sends the
authentication start packet to the TACACS+ server upon receipt of the request.
2) The TACACS+ server sends an authentication response packet requesting the
user name. The router (TACACS+ client) asks the user for the user name upon
receipt of the response packet.
3) After receiving the user name from the user, the router (TACACS+ client) sends
the authentication packet to the TACACS+ carrying the user name.
4) The TACACS+ server sends back an authentication response packet, requesting
the login password. Upon receipt of the response packet, the router (TACACS+
client) requests the user for the login password.
5) The router (TACACS+ client) sends an authentication packet carrying the login
password to the TACACS+ server.
6) The TACACS+ server sends back the authentication response packet indicating
that the user has passed the authentication.
7) The router (TACACS+ client) sends the user authorization packet to the
TACACS+ server.
8) The TACACS+ server sends back the authorization response packet, indicating
that the user has passed the authorization.
9) Upon receipt of the response packet indicating an authorization success, the
router (TACACS+ client) pushes the configuration interface of the router to the
user.
10) The router (TACACS+ client) sends the accounting start request packet to the
TACACS+ server
11) The TACACS+ server sends back an accounting response packet, indicating that
it has received the accounting start request packet.
12) The user quits, and the router (TACACS+ client) sends the accounting stop
packet to the TACACS+ server.
13) The TACACS+ server sends back the accounting stop packet, indicating that the
accounting stop request packet has been received.
The following figure illustrates the basic message interaction flow:
User
3Com Router Configuration Guide Addendum for V1.20
19
User
Us er l ogs in
Us er l ogs in
Re quest Us er for the u s er name
Re quest Us er for the u s er name
Us er enters the us er name
Us er enters the us er name
Re quest Us er for the password
Re quest Us er for the password
Us er enters the pas sword
Us er enters the pas sword
Us er is per m itted
Us er is per m itted
HWTACACS
HWTACACS
Client
Client
Authenti cation Start Request p a cket
Authenti cation Sta rt Request p a cket
A uthenti cation response packet,
A uthenti cation response packet,
requesting for the us er nam e
requesting for the us er nam e
A uthentication continu ance pac ket
A uthentication continu ance pac ket
carr ying the user name
carr ying the user name
A uthenti cation response packet,
A uthenti cation response packet,
requesting for the pas swor d
requesting for the pas swor d
A uthentication continu ance pac ket
A uthentication continu ance pac ket
carr y ing th e pass w or d
carr y ing th e pass w or d
A u then tication succes s packet
A u then tication succes s packet
A uthorization request pack et
A uthorization request pack et
A uthori zation success pack et
A uthori zation success pack et
A cco unting start req uest packet
A cco unting start req uest packet
Accounting start response packet
Accounting start response packet
HWTACACS
HWTACACS
Serv er
Server
Us er qui ts
Us er qui ts
Accounting stop p acke t
Accounting stop p acke t
A cc ounti ng sto p response packet
A cc ounti ng sto p response packet
Figure 2-3 The flow of implementing AAA for a telnet user
2.3 The TACACS+ Functions Implemented by 3Com Routers
3Com Routers support the following T ACACS+ functions:
1) AAA on login users (including console, Telnet, dumb terminal, PAD, terminal
accessing, and FTP users)
2) AAA on PPP users
3) AAA on VPDN users (L2TP is used in this case)
2.4 TACACS+ Configuration Tasks
Basic TACACS+ configuration tasks include:
Create a TACACS+ server group
Add the TACACS+ server into a TACACS+ server group
High-level T A CACS+ configuration t asks include:
Loading...
+ 44 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.