Lessaid's Blog, a little sunshine .ılı..ılı. Cisco, Web2.0 ...

To content | To menu | To search

Thursday, March 8 2007

Tribe Gets Finaly Acquired by Cisco

Cisco continue the croisade for the social networks with tribe.net by aquired Utah Street Networks company.

What is exactly the target of Cisco ? get into the social network "web2.0" wave ?

http://www.nytimes.com/2007/03/03/technology/03social.html?pagewanted=2&_r=1

http://www.techcrunch.com/2007/03/02/tribe-gets-aquired-for-real-this-time/

http://www.internetnews.com/xSP/article.php/3663926

http://www.networkcmdb.com/2007/03/08/ciscospace/

http://articles.techrepublic.com.com/5100-1035-6163569.html

Wednesday, February 28 2007

Please create RSA keys to enable SSH.

When I try to enable SSH on my router, got the "Please create RSA keys to enable SSH."

So here we are :

rtr-l3(config)#conf t

rtr-l3(config)#aaa new-model
rtr-l3(config)#username admin password 0 a2m1
rtr-l3(config)#ip domain-name ssh
rtr-l3(config)#crypto key generate rsa
The name for the keys will be: rtr-l3.ssh
Choose the size of the key modulus in the range of 360 to 2048 for your
  General Purpose Keys. Choosing a key modulus greater than 512 may take
  a few minutes.

How many bits in the modulus [512]: 1024
% Generating 1024 bit RSA keys ...[OK]

rtr-l3(config)#crypto key generate rsa general-keys label ssh-key
rtr-l3(config)#ip ssh rsa keypair-name ssh-key


Update :

You can run the command "auto secure ssh"

Friday, February 2 2007

%Error opening tftp 255.255.255.255 network-confg

Just playing with my 2600 and try to upgrade IOS to support 3DES in order to test IPSEC/VPN connexion and got some kind of message like that :

%Error opening tftp://255.255.255.255/network-confg

%Error opening tftp://255.255.255.255/network-confg


To disable it:

VPN-CLI#c
Enter configuration commands, one per line.  End with CNTL/Z.
VPN-CLI(config)#no ser
VPN-CLI(config)#no service ?
  alignment              Control alignment correction and logging
  compress-config        Compress the nvram configuration file
  config                 TFTP load config files
  dhcp                   Enable DHCP server and relay agent
VPN-CLI(config)#no service config
VPN-CLI(config)#^Z
VPN-CLI#wr
Building configuration...

*Mar  1 00:32:37.568: %SYS-5-CONFIG_I: Configured from console by console[OK]
VPN-CLI#

Friday, December 15 2006

Graphing Cisco Systems (NBAR) Network-based application recognition with MRTG

Link : Here

Continue reading...

Friday, November 17 2006

Cisco IOS Server Load Balancing SLB

Here an configuation of SLB :

DSW121#c
Enter configuration commands, one per line.  End with CNTL/Z.
DSW121(config)#ip sl
DSW121(config)#ip sl?
sla  slb

DSW121(config)#ip slb ?
  dfp         configure Dynamic Feedback Protocol manager
  entries     initial and maximum SLB entries
  serverfarm  configure an SLB server farm
  vserver     configure an SLB virtual server

Continue reading...

VRRP Configuration

Here an configuration of VRRP :

DSW121#c
Enter configuration commands, one per line.  End with CNTL/Z.
DSW121(config)#int vlan 1
DSW121(config-if)#vrro
DSW121(config-if)#vrr
DSW121(config-if)#vrrp  1 ip 172.16.110.210
% warning: address is not within a subnet on this interface
DSW121(config-if)#no vrrp  1 ip 172.16.110.210
DSW121(config-if)#vrrp  1 ip 172.16.10.210


Continue reading...

HSRP Configuration

Here a configuration of HSRP :

DSW121#c
Enter configuration commands, one per line.  End with CNTL/Z.
DSW121(config)#int vlan 1
DSW121(config-if)#ip address 172.16.10.121 255.255.255.0
DSW121(config-if)#no ip redirects
DSW121(config-if)#standby 47 ip 172.16.10.10
*Mar  1 00:08:49.111: %HSRP-6-STATECHANGE: Vlan1 Grp 47 state Speak -> Standby

Continue reading...

Use Kron Tab to run Exec command

Configure the router to perform.

Router#c
Enter configuration commands, one per line.  End with CNTL/Z.
rtr1-Rack2(config)#
rtr1-Rack2(config)#kron occurrence BACKUP-RUN in 2 recurring
rtr1-Rack2(config-kron-occurrence)#policy-list BACKUP-RUN
Kron: Policy Accepted, Policy needs to be configured
rtr1-Rack2(config-kron-occurrence)#exit
rtr1-Rack2(config)#kron policy-list BACKUP-IN
rtr1-Rack2(config-kron-policy)#cli copy run start
rtr1-Rack2(config-kron-policy)#^Z
rtr1-Rack2#
*Nov 17 12:53:25.107: %SYS-5-CONFIG_I: Configured from console by console
rtr1-Rack2#sh kron schedule
Kron Occurrence Schedule
BACKUP-RUN inactive, will run again in 0 days 00:00:08
rtr1-Rack2#sh run | s kron
kron occurrence BACKUP-RUN in 2 recurring
 policy-list BACKUP-RUN
kron policy-list BACKUP-IN
cli copy running-config startup-config
rtr1-Rack2#

Continue reading...

Saturday, November 11 2006

Cisco Commands tips Part 2

Well it just another Alias command for the Configure part :

alias configure rr router rip

alias configure ro router ospf

alias configure re router eigrp

alias configure rb router bgp

And :
conf t
line cons 0
logg sync
no exec-t

Continue reading...

Friday, November 10 2006

Cisco on 24h

Got just the original link to see all products that we have seen in the famous tv show 24H

here we are

Continue reading...

- page 1 of 2