From ee0a839f7b0ce078a95854dbfb800e4a8683fdf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baran=20Sch=C3=B6neberg?= Date: Tue, 17 Jun 2025 16:16:21 +0200 Subject: [PATCH] =?UTF-8?q?Configuration=20Commands=20Example=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configuration-Commands-Example.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Configuration-Commands-Example.md diff --git a/Configuration-Commands-Example.md b/Configuration-Commands-Example.md new file mode 100644 index 0000000..e55f3c7 --- /dev/null +++ b/Configuration-Commands-Example.md @@ -0,0 +1,16 @@ +! Enable IPv6 routing +ipv6 unicast-routing + +! Configure subinterface for VLAN 10 +interface GigabitEthernet0/0/0.10 + encapsulation dot1Q 10 + ipv6 address 2001:db8:1000:10::1/64 + no shutdown + +! Configure router-to-router interface +interface Serial0/1/0 + ipv6 address FD00:0:0:1::0/127 + no shutdown + +! Add static route to remote site +ipv6 route 2001:db8:2000::/48 FD00:0:0:1::1 \ No newline at end of file