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
No comments:
Post a Comment