Difference between revisions of "Ip (command)"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 2: | Line 2: | ||
+ | == Linux == | ||
* <code>[[ip route show]]</code>. See also: <code>[[netstat]] -rnv</code> | * <code>[[ip route show]]</code>. See also: <code>[[netstat]] -rnv</code> | ||
* <code>ip route add</code> | * <code>ip route add</code> | ||
Line 9: | Line 10: | ||
[[Policy based routing]] / Source routing policy: | [[Policy based routing]] / Source routing policy: | ||
− | ip | + | ip route add from <source>/<mask> table <name> |
ip route add 1.2.3.4/24 via <router> dev eth4 table <name> | ip route add 1.2.3.4/24 via <router> dev eth4 table <name> | ||
− | [[Cisco IOS]] | + | [[ip link]] add wg0 type [[wireguard]] |
+ | |||
+ | == [[Cisco IOS]] == | ||
* <code>[[debug]] [[ip domain]]</code> | * <code>[[debug]] [[ip domain]]</code> | ||
Revision as of 09:45, 10 April 2020
This article is a Draft. Help us to complete it.
Linux
ip route show
. See also:netstat -rnv
ip route add
ip route del default
ip link show
ip link set dev eth0 mtu 9000
(Jumbo frames)
Policy based routing / Source routing policy:
ip route add from <source>/<mask> table <name> ip route add 1.2.3.4/24 via <router> dev eth4 table <name>
ip link add wg0 type wireguard
Cisco IOS
See also
ip
[link, route]
,ifconfig
netstat
ss
lsof
ping
ethtool
mii-tool
arping
nmcli
(RHEL)route
networkctl
,netplan
,tc
- TCP/IP, Transport protocol, UDP, SCTP, QUIC, subnet mask, Routing protocols: BGP, routing table, Policy based routing, multicast, TCP Fast Open, RDP, TTL, RTT, MPTCP, Large send offload (LSO): (TSO, GRO, GSO, TCP checksum),
ethtool
, SCTP, 5-Tuple, Check TCP connectivity, TCP window size,/proc/sys/net/ipv4/tcp_rmem
, ack, List of TCP ports, localhost, broadcast address
Advertising: