Interface
interface Loopback <N>
Create a virtual interface that's always up — perfect for stable router-IDs.
Works on: RouterMode: config
Example
R1(config)# int Loopback 0
R1(config-if)# ip address 1.1.1.1 255.255.255.255Run this command live
Don't just read it — type interface Loopback <N> in a real network simulator in your browser and watch it take effect. No install, no account needed to start.
Frequently asked
What does the "interface Loopback <N>" command do?
Create a virtual interface that's always up — perfect for stable router-IDs.
Example of "interface Loopback <N>"
R1(config)# int Loopback 0 R1(config-if)# ip address 1.1.1.1 255.255.255.255