About 7,440 results
Open links in new tab
  1. IP Route command Explained with Examples

    Jan 5, 2026 · This tutorial provides an overview of the ip route command, its parameters, arguments, options, and how to use it to create static routes on routers.

  2. To enable IP routing, use the ip routing command in switch configuration mode. To disable IP routing, use the no form of this command. This command has no arguments or keywords. IP routing is …

  3. 4.4. Configuring Static Routes with ip commands - Red Hat

    As a system administrator, you can configure static routes using the ip route command. To display the IP routing table, use the ip route command. For example:

  4. Mastering the 'ip route' Command (with examples) - CommandMasters

    Dec 17, 2024 · The ‘ip route’ command is a crucial tool used in IP routing table management within Linux-based systems. It allows administrators and users to examine and manipulate the kernel’s IP …

  5. ip-route (8) - Linux manual page - man7.org

    192.168.1.1 that can be reached on device eth0. ip route add 10.1.1.0/30 encap mpls 200/300 via 10.1.1.1 dev eth0 Adds an ipv4 route with mpls encapsulation attributes attached to it. ip -6 route add …

  6. ip route add network command for Linux explained - nixCraft

    Jun 28, 2024 · Learn how to use ip route add network command on a Debian, Ubuntu, RHEL, CentOS, Fedora, Arch, Suse/OpenSUSE Linux to add a static route from command line.

  7. Command Reference - Cisco

    From an introduction to internetworking and the protocols used in routing, local area network switching and wide area network access, you'll learn the Cisco IOS® Software commands related to various …

  8. route | Microsoft Learn

    Feb 3, 2023 · Displays and modifies the entries in the local IP routing table. If used without parameters, route displays help at the command prompt.

  9. route Command in Linux with Examples - GeeksforGeeks

    Nov 4, 2025 · This command helps you view, add, or delete routes for specific destinations, whether to a single host or an entire network. You can define these routes using either numeric IP addresses or …

  10. Mastering Linux IP Routing: A Comprehensive Guide

    Nov 14, 2025 · In the world of networking, routing plays a pivotal role in ensuring that data packets are efficiently delivered from one network to another. Linux, being a powerful operating system widely …