This looks interesting for xen statistics:
http://skaya.enix.org/wiki/XenStats
Also, xentop from the command line looks useful too.
Thursday, June 07, 2007
Monday, June 04, 2007
Updating config in Cisco 2600 router
I've got a Cisco 2600 router and don't know much about how to configure it. I figured some things out today that I'm sure I'll forget again.
To login:
To save running configuration for use at startup:
To login:
telnet routerTo show runtime configuration:
(enter password)
enable
(enter password)
show runTo configure an interface's settings:
configureTo turn off arp timeout:
int FastEthernet0/1
no arp timeoutTo turn on arp timeout:
arp timeout 300To exit configuration mode press CTRL-Z.
To save running configuration for use at startup:
copy run startOr:
copy running-config startup-config
Subscribe to:
Posts (Atom)