miércoles, 16 de julio de 2014
Configuracion SNMP, V3, sin Autenticacion en Switch DELL
Siendo casi una copia de Cisco la configuracion del SNMP v3 en un switch Dell quda de la sigueinte manera
snmp-server view LECTURA internet included
lunes, 14 de julio de 2014
miércoles, 14 de mayo de 2014
.bat para realizar ping a varios equipos y guardar el resultado en un archivo
@ECHO OFF
for /F "tokens=*" %%a in (equipos.txt) do (
ping -a -n 3 %%a >> log_ping.txt
)
start log_ping.txt
miércoles, 23 de abril de 2014
martes, 15 de abril de 2014
FORTINET::config user ldap
Configuring the LDAP server
The important parts of this configuration are the username and group lines. The username is the domain administrator account. The group binding allows only the group with the name GRP to access.
The dn used here is as an example only. On your network use your own domain name.
To configure LDAP server - CLI
config user ldap
edit "ldap_server"
set server "192.168.201.3"
set cnid "sAMAccountName"
set dn "DC=example,DC=com,DC=au"
set type regular
set username "CN=Administrator,CN=Users,DC=example,DC=COM”
set password *
set group “CN=GRP,OU=training,DC=example,DC=COM”
set filter ""
next
Fortinet Technologies Inc. Page 31 FortiOS™ Handbook - Authentication for FortiOS 5.0
viernes, 11 de abril de 2014
fortinet - Backup
Copia del archivo de configuracion de un Fortigate a un servidor tftp.
**** execute backup config tftp fgt_col.cfg 10.1.1.1 ***
Copia del archivo de configuracion de un Fortianalizar a un servidor ftp.
*** execute backup all-settings ftp 1.1.1.1 faz.cfg userftp passftp ***
martes, 8 de abril de 2014
Suscribirse a:
Entradas
(
Atom
)


