window.ENTITIES={'/api/snippets/bash/linux%20bring%20down%20and%20bring%20up%20network%20interface%20using%20ip%20command':[{"result":true,"message":null,"batch":{"type":"bash","name":"linux bring down and bring up network interface using ip command","items":[{"id":"D7X8Ep","type":"bash","name":"Linux bring down and bring up network interface using ip command","content":"# Simple steps:\n#\n# 1. find network interface that you want to use:\n# e.g. https://dirask.com/snippets/Linux-list-network-interfaces-using-using-ip-command-1AoO5p\n#\n# 2. bring down and bring up network interface using:\n# e.g.\n\nip link set dev eth0 down\nip link set dev eth0 up\n\n\n# Syntax:\n#\n# ip link set dev up\n# ip link set dev down","source":"","author":{"id":"ZaEQEa","name":"Mark-Rotteveel","avatar":"1629142676006__ZaEQEa__w40px_h40px.jpg","points":537,"role":"BASIC"},"creationTime":1655983822000,"updateTime":1655985250000,"removalTime":null}]}}]};