Archivo del Autor: carlosap

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 »

Cisco ASA 8.4 on GNS3

Cisco ASA 8.4 on GNS3 ASA, GNS3, Security by xerunetworks I struggled quite a lot of get ASA 8.4 working on GNS3. I had 8.0(2) working and was helping to test the configurations and VPNs but now wanted to get 8.4 running such that I can prepare myself for new NAT statements and migration from… Leer más: Cisco ASA 8.4 on GNS3 »

ssh cisco

S1(config)#ip domain-name s1swi S1(config)#crypto key generate rsa S1(config)#username jeremy secret 123456 S1(config)#line vty 0 4 S1(config-line)#transport ? input Define which protocols to use when connecting to the terminal server output Define which protocols to use for outgoing connections preferred Specify the preferred protocol to use S1(config-line)#transport in S1(config-line)#transport input ? all All protocols none No… Leer más: ssh cisco »