# conf t
# hostname Router
# ip domain-name ciscotest.com
# crypto key generate rsa
# username cisco privilege 15 secret cisco
# ip ssh version 2
# ip ssh time-out 120
# ip ssh authetication-retries 3
# line vty 0 15
# login local
# transport input ssh
Friday, April 27, 2012
Enable SSH access on IOS without AAA
Enable SNMP on Cisco ASA
# conf t
# snmp-server community public
# snmp-server location Rack22
# snmp-server contact IT support
# snmp-server host Management 10.10.10.100 community public version 2c
Enable SSH on Cisco ASA
# conf t
# domain-name cisco.com
# crypto key generate rsa
# ssh 0.0.0.0 0.0.0.0 inside
# username cisco password cisco
# enable password cisco
# aaa authentication ssh console LOCAL
Thursday, April 5, 2012
Dell server and two cisco switches
Connect Dell server with two Gbps NIC to two Cisco switches 4948. Cisco switches are connected with trunk.
1. On Dell server configure Virtual Adapter, add NIC's and type set to Smart Load Balancing.
2. On Cisco switches add server vlan to trunk bettween switches.
3. Configure server ports on two switches.
interface GigabitEthernet1/7
description Dell server
switchport access vlan 111
logging event link-status
load-interval 30
spanning-tree portfast