Powered By Blogger

Saturday, May 8, 2010

SHOW command cisco


SHOW COMMANDS

·  Show access-lists - all access lists on the router
·  Show cdp - cdp timer and holdtime frequency
·  Show cdp entry * - same as next
·  Show cdp neighbors detail - details of neighbor with ip add and ios version
·  Show cdp neighbors - id, local interface, holdtime, capability, platform portid
·  Show cdp interface - int’s running cdp and their encapsulation
·  Show cdp traffic - cdp packets sent and received
·  Show controllers serial 0 - DTE or DCE status
·  Show dialer - number of times dialer string has been reached, other stats
·  Show flash - files in flash
·  Show frame-relay lmi - lmi stats
·  Show frame-relay map - static and dynamic maps for PVC’s
·  Show frame-relay pvc - pvc’s and dlci’s
·  Show history - commands entered
·  Show hosts - contents of host table
·  Show int f0/26 - stats of f0/26
·  Show interface Ethernet 0 - show stats of Ethernet 0
·  Show ip - ip config of switch
·  Show ip access-lists - ip access-lists on switch
·  Show ip interface - ip config of interface
·  Show ip protocols - routing protocols and timers
·  Show ip route - Displays IP routing table
·  Show ipx access-lists - same, only ipx
·  Show ipx interfaces - RIP and SAP info being sent and received, IPX addresses
·  Show ipx route - ipx routes in the table
·  Show ipx servers - SAP table
·  Show ipx traffic - RIP and SAP info
·  Show isdn active - number with active status
·  Show isdn status - shows if SPIDs are valid, if connected
·  Show mac-address-table - contents of the dynamic table
·  Show protocols - routed protocols and net_addresses of interfaces
·  Show running-config - dram config file
·  Show sessions - connections via telnet to remote device
·  Show startup-config - nvram config file
·  Show terminal - shows history size
·  Show trunk a/b - trunk stat of port 26/27
·  Show version - ios info, uptime, address of switch
·  Show vlan - all configured vlan’s
·  Show vlan-membership - vlan assignments
·  Show vtp - vtp configs

lets talk about cisco switch fundamentals :

Adding an IP to the switch and not wasting a port .
_______________________________________
                        enable
                        conf term
                        int vlan1
                        ip addre 10.196.205.5 255.255.255.255
                        no shutdown
                        exit
                        ip default gateway 10.196.205.1
____________exit ______________________________


Removing an IP from a switch
enable
conf ter
int vlan 1
no ip addr
exit



configuring Interfaces and ports
enable
conf ter
int f0/0
duplex full ( also can be auto , half )
speed auto
spanning-tree portfast (use this only if connected to a server or workstation  , it disables spanning tree protocol )

and one can also use

int range f0/0-10 for configuring multiple ports at a time .

one can also use the following shell script

> i=1;while [ $i -lt 25 ]; do echo "int fast0/$i"; echo speed auto; echo duplex auto; echo span portfast; let i+=1; done;

Blogger Buzz: Blogger integrates with Amazon Associates

Blogger Buzz: Blogger integrates with Amazon Associates

Saturday, April 24, 2010

DAG ...

finally today I got a chance to configure DAG exchange 2010 on a live environment  , nailed it . Though was on the call with microsoft for over 2 hrs but it was easy , it was just we being too chary , as we had no window for errors as running late already and the management is a little pissed ... but whatever it was good.

  a good detailed explanation tomorrow.

Saturday, April 17, 2010

Disaster Recovery is the buzz word . It was real costly and had lotta overheads till ystrday but now whatever softwares are being roll out DR is considered a core requirement . Same applies to exchange 2010 , apart from being more efficient and having like a million new gems it has also got a DR option . Well I am in a team and will be working on it soon . so I will keep all posted.

prerequisites : need to know somethin about what all has happned.


changing the logon screen .

i was asked to change the logon screen i had no clue how to do it ... change the logon screen on Terminal Server , tat sounded easy but with the limited permissions I had it got so difficult .

well just have to remember that change the file in system32\oobe\info\backgrounds
add a file backgroundDefaul.jpeg... and yes it should be a jpeg file less than 256k ...
quiet possible that info\background might not exist so go ahead create one ...and dont fear changing the background.bmp file .

if not then also change the following registry entry

hklm\software\microsoft\window\currentversion\authentication\logonUI\Background

and change the OEMbackground to 0 ...
have been out of touch for quiet some time but m back with a bang .. actually to bang my head .. now onwards the blogs would not be about me but the type of technologies I workon ..... so here we go .... hit it ..


oh .. and so that you kno we will mostly be talking about Vmware , MS servers and switches .