Extreme Networks IP Service Manager Manual de usuario Pagina 25

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 35
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 24
Deployment Guide ExtremeXOS, NetSight, NAC on BlackDiamond X8, BlackDiamond 8K, Summit Switches
© Extreme Networks, Inc. All rights reserved. 25
Access Authentication and Authorization
The following example configures RADIUS or TACACS+ to point to the AAA server, which could
be NAC provided by Extreme Networks (NAC IP in this example is 10.1.10.254).
config radius mgmt primary server 10.1.10.254 1812 client-ip 10.1.10.1 vr vr-default
config radius mgmt primary shared-secret extreme
enable radius
CLI Scripting
To streamline deployment and administration of the network, you can leverage ExtremeXOS
automated switch management capabilities. The CLI-based scripting, with TCL and python
support, allows you to significantly automate switch management through support of variables
and functions that you customize for handling special events.
ExtremeXOS has a flexible framework that ties into the Event Management System (EMS) for
selected trigger events to activate dynamic profiles, such as when a user or device connects to
a switch port. These profiles contain script commands and cause dynamic changes to the
switch configuration. They can also be used for general manageability of the network or to
enforce policies.
The following sample script sorts the FDB table in descending order:
set var CLI.OUT " "
show fdb
set var x1 $TCL(split ${CLI.OUT} "\n")
set var x2 $TCL(lsort -decreasing $x1)
set var output $TCL(join $x2 "\n")
show var output
Vista de pagina 24
1 2 ... 20 21 22 23 24 25 26 27 28 29 30 ... 34 35

Comentarios a estos manuales

Sin comentarios