FTP
Frame-Relay LMI
What is LMI?
LMI stands for Local Management Interface.
LMI messages are exchanged between routers(DTE) and frame-relay(DCE) switches. At its very basic we can say the LMI messages act as keepalives between the router and frame-relay switch. LMI messages also contain information which allows routers to detect new PVCs dynamically. Cisco IOS currently supports 3 types of [...]
Using FTP to upload an IOS image to a router
The ftp client in IOS will default to using the first username and password in the startup-config. You therefore do not need to explicitly define an ftp username and password. Make sure your FTP server is configured to accept the username and password configured on your router.
————————————————————————————-
conf t
username cisco password cisco
copy ftp: sup-bootdisk:
address or name [...]

