Archivo del Autor: carlosap

Troubleshooting Switches

S1#show ip int brief S1#show interfaces status Port Name Status Vlan Duplex Speed Type Gi0/0 connected 5 auto auto unknown Gi0/1 connected 2 auto auto unknown Gi0/2 connected 1 auto auto unknown Gi0/3 connected 1 auto auto unknown Gi1/0 connected 1 auto auto unknown Gi1/1 connected 1 auto auto unknown Gi1/2 connected 1 auto auto… Leer más: Troubleshooting Switches »

VLAN routing

Create vlans SW1#conf t SW1(config)#vlan 2 SW1(config-vlan)#name ACCT SW1(config-vlan)#exit SW1(config)#vlan 3 SW1(config-vlan)#name Sales SW1(config-vlan)#exit SW1(config)#int gigabitEthernet 0/0 SW1(config-if)#switchport access vlan 200 TRUNK PORTS Manual Configuration ( TRUNK / NONEGOTITATE) Dynamic Configuration ( Dinamic Auto / Dynamic Desirable) Dynamic Configuration DTP (Dynamic Trunking Protocol) * * SW1 Desirable -> Los dos se convierten en Trunks (Envian… Leer más: VLAN routing »

Cisco commands

41 iperf-3 https://iperf.fr/ iPerf – The ultimate speed test tool for TCP, UDP and SCTP Server: iperf3 -s Client:   iperf3 -c 192.168.1.1 TinyCore #!/bin/sh # Variable Assignment INTERFACE=eth0 ADDRESS=192.168.0.100 BROADCAST=192.168.0.255 GATEWAY=192.168.0.1 NETMASK=255.255.255.0 NAMESERVER1=8.8.8.8 NAMESERVER2=8.8.4.4 # Bring up the interface ifconfig $INTERFACE $ADDRESS netmask $NETMASK broadcast $BROADCAST up route add default gw $GATEWAY $INTERFACE #… Leer más: Cisco commands »

Submarine Cable Map

The Submarine Cable Map is a free and regularly updated resource from TeleGeography. http://www.submarinecablemap.com

Categoría: www

memory router

The following outputs should be collected at the time of the memory is low – show clock show mem stat show proc mem sorted show mem all totals show log     b- represents ‘byte’, also fyi – «Total(b)» is the total amount of memory, in bytes, available for the processor after the Cisco IOS… Leer más: memory router »

How To: Convert Audio files for use as Music on Hold for Cisco Phone Systems CME using audacity and CME configuration

1) Change Project Rate to 8000 HZ 2)Normalize to ( 0.20  -0.20 ) 3) Export Audio as other uncompressed  music-on-hold.au  —->Press:  Options 4) Specify Uncompressed Options: Header: AU (Sun/NeXT) Encoding: U-Law   Configuration telephony-service moh flash:music-on-hold.au multicast moh 239.1.1.1 port 16384 route 192.168.1.0 192.168.2.0 192.168.3.0 create cnf-files optional: no create cnf-files create cnf-files R2#show ephone… Leer más: How To: Convert Audio files for use as Music on… »

Cisco useful commands (beginner)

conf t hostname SW001 enable secret cisco motd ^ BANNER HERE^ no ip domain-lookup line con 0 logging synchronous Mostrar interfaces: show ip int brief R1#show ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 2.2.2.1 YES manual up up Serial0/0 unassigned YES NVRAM administratively down down FastEthernet0/1 unassigned YES NVRAM administratively down down… Leer más: Cisco useful commands (beginner) »

upgrade IOS

verify flash:c2600-adventerprisek9-mz.124-12.bin Verifying file integrity of flash:c2600-adventerprisek9-mz.124-12.bin……….. …………………………………………………………………….. …………………………………………………………………….. ………………………..Done! Embedded Hash MD5 : 1988B2EC9AFAF1EBD0631D4F6807C295 Computed Hash MD5 : 1988B2EC9AFAF1EBD0631D4F6807C295 CCO Hash MD5 : 141A677E6E172145245CCAC94674095A Signature Verified Verified flash:c2600-adventerprisek9-mz.124-12.bin show run | include boot boot system flash:c2600-adventerprisek9-mz.123-21.bin 2600#configure terminal Enter configuration commands, one per line. End with CNTL/Z. 2600(config)#no boot system 2600(config)#boot system flash:c2600-adventerprisek9-mz.124-12.bin 2600(config)#^Z… Leer más: upgrade IOS »