diff options
| author | CoprDistGit <infra@openeuler.org> | 2025-11-10 18:06:34 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2025-11-10 18:06:34 +0000 |
| commit | 90949379ccb728cfa93fc57fbc66ad5b0b72d10b (patch) | |
| tree | a0ef0b349457f245fb8692e7efd3572001c5acec /rtr-sw.txt | |
| parent | c8041403ddd063d319ca71580be470e103b6832d (diff) | |
automatic import of freerouteropeneuler24.03_LTS
Diffstat (limited to 'rtr-sw.txt')
| -rw-r--r-- | rtr-sw.txt | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/rtr-sw.txt b/rtr-sw.txt new file mode 100644 index 0000000..868a5d6 --- /dev/null +++ b/rtr-sw.txt @@ -0,0 +1,85 @@ +hostname rtr +buggy +! +logging buffered debug 10240 +logging file debug core1.log +! +vrf definition host + exit +! +vrf definition test + exit +! +interface ethernet0 + no shutdown + no log-link-change + exit +! +interface sdn1 + mtu 1500 + macaddr 0000.0000.1111 + vrf forwarding test + ipv4 address dynamic dynamic + ipv4 dhcp-client enable + no shutdown + no log-link-change + exit +! +interface sdn2 + mtu 1500 + macaddr 0000.0000.2222 + vrf forwarding test + no shutdown + no log-link-change + exit +! +console0 + no exec authorization + no login authentication + exit +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +server telnet host + security protocol telnet + exec timeout 0 + exec colorize header + no exec authorization + no login authentication + vrf host + exit +! +server p4lang p4 + export-vrf test + export-port sdn1 0 0 0 0 0 + export-port sdn2 1 0 0 0 0 + interconnect ethernet0 + vrf host + exit +! +! +end |
