Interface configuration
 
 
- Set the enable password:
- 
router-X(config)# enable password t2@afnog
 - 
- If you see in your config file, you will see that the enable password is displayed in clear text -- that is not safe, you have to encrypt it.
 router-X(config)# service password-encryption
 router-X(config)# enable secret "your pswd"(MD5 encryption)
 
- To configure interface you should go to interface config menu 
- 
router-X(config) interface ethernet0 (or 0/x)
 
 router-X(config-if)#
 
- Save your config 
- 
	 router-X #copy running-config startup-config