martes, 21 de febrero de 2012

(AL) Habilitar y deshabilitar bypass

Activar bypass:
Go config network –dev_mode system:bypass

Desactivar bypass:
Go config network –dev_mode system:active

(AL) Indice Allot

- Habilitar y deshabilitar bypass

martes, 14 de febrero de 2012

(CS) CatOS Asignar vlan a un puerto o un rango de puertos.

Switch> (enable) set vlan
Switch> (enable) set vlan 5 1/15
Switch> (enable) set vlan 2 3/1-12

(CS) CatOS Encender o Apagar un módulo de un chasis.

Switch> (enable) set module power down 5
Module 5 powered down.

Switch> (enable) set module power up 5
Module 5 powered up.

5 >> Número de módulo.

(CS) IOS Conocer detalles de los equipos vecinos a un dispositivo.

Switch#show cdp neighbors GigabitEthernet 0/1 detail (Definir la interfaz es opcional)
-------------------------
Device ID: Switch_Vecino
Entry address(es):
IP address: 11.222.33.55
Platform: cisco WS-C6509, Capabilities: Router Switch IGMP
Interface: GigabitEthernet0/1, Port ID (outgoing port): GigabitEthernet4/5
Holdtime : 178 sec

Version :
Cisco Internetwork Operating System Software
IOS (tm) s72033_rp Software (s72033_rp-JK9SV-M), Version 12.2(18)SXD7, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Tue 13-Dec-05 22:33 by kellythw

advertisement version: 2
VTP Management Domain: 'VTPDOMAIN'
Native VLAN: 1
Duplex: full
Management address(es):

(CS) IOS Conocer interfaz de una MAC ó IP conocida.

Switch#show arp | include 0000.1111.bbbb
Internet 11.222.33.55 0 0000.1111.bbbb ARPA Vlan55

Switch#show arp | include 11.222.33.55
Internet 11.222.33.55 1 0000.1111.bbbb ARPA Vlan55

Switch#show mac-address-table address 0000.1111.bbbb
Mac Address Table
-------------------------------------------

Vlan Mac Address Type Ports
---- ----------- -------- -----
55 0000.1111.bbbb DYNAMIC Gi1/0/5
Total Mac Addresses for this criterion: 1

(CS) Indice Cisco Systems

- CatOS Asignar vlan a un puerto o un rango de puertos.
- CatOS Encender o Apagar un módulo de un chasis.
- IOS Conocer MAC e IP de una interfaz conocida.
- IOS Conocer interfaz de una MAC ó IP conocida.
- IOS Conocer detalles de los equipos vecinos a un dispositivo.