Categories
- ALCATEL (2)
- Blog Personal (135)
- Cisco (35)
- Cluster (2)
- elearn (13)
- Nix (381)
- OpenVMS (5)
- Programación (37)
- C++ (2)
- javaScript (11)
- PHP mySQL (22)
- travel (1)
- Windows (44)
- Exchange (3)
- SQL Server (6)
- www (7)
- apache (3)
Daily Archives: March 2, 2008
useful shorcurts
tips 1) Para desplegar los mensajes de monitoreo sin que molesten: line con 0logging synchronous line vty 0 4 logging synchronous 2) Para prolongar los 5 minutos a 30 minutos de que te saca el sistema: exec-timeout 30 0 … Continue reading
Posted in Cisco
Leave a comment
Configuring Switch Security Part 2
switch>enswitch#show ip inter brief switch>show ip interface briefInterface IP-Address OK? Method Status ProtocolVlan1 192.168.1.253 YES TFTP up up GigabitEthernet0/1 unassigned YES unset up up GigabitEthernet0/2 unassigned YES unset up up GigabitEthernet0/3 unassigned YES unset up up GigabitEthernet0/4 unassigned YES unset … Continue reading
Posted in Blog Personal
Leave a comment
Configuring Switch Security
enable password:switch>enswitch#conf t switch(config)#enable secret cisco Protect COM portswitch>enswitch#conf t switch(config)#line console 0password ciscologin ( needs login to ask the password for the COM port) renember copy the running-config to startup-config COM password line con 0 password cisco login Telnet passwordline vty 0 … Continue reading
Posted in Cisco
Leave a comment
Cisco Initial Switch Configuration
Switch>enableSwitch#configure terminalSwitch(config)#hostname switchPedritoswitchPedrito(config)#switchPedrito(config)#interface vlan 1 switchPedrito(config-if)#ip address 192.168.1.253 255.255.255.0 ?secondary Make this IP address a secondary addres<cr> switchPedrito(config-if)#ip address 192.168.1.253 255.255.255.0switchPedrito(config-if)#endswitchPedrito(config)# switchPedrito#show interfaces vlan 1 Vlan1 is administratively down, line protocol is down Hardware is EtherSVI, address is 001d.e6e1.8e40 (bia … Continue reading
Posted in Cisco
Leave a comment
Cisco Lights
SYSTEM Green good ( amber bad)RPS ( Redundant Power Supply)Stat ( Status of the port ) Util ( Utilization: show the current utilization of the switch )Duplex ( Duplex: Working in full duplex mode ) Speed ( Speed: 100mb … Continue reading
Posted in Cisco
Leave a comment
Clock Set
clock set 13:16:30 march 02 2008 Switch> User Mode (user exec)Switch# Priviliged Mode ( Priviliged Exec)Switch(config)# Global Configuration Mode to go to Priviliged Mode:Switch> enableSwitch# Global Configuration Mode:Switch#configure terminalSwitch(config)#hostname carlos_switch show history Navigation:ctrl a move the cursor to the start … Continue reading
Posted in Cisco
Leave a comment
Connecting to the Cisco Switch
HyperTermTeraTermMiniCOMSecureCRTPutty Set It to Connect via COM port with: Baud Rate: 9600Data Bits: 8Parity: NoneStop Bits: 1Flow Control: None
Posted in Cisco
Leave a comment