Using The Cli - TP-Link T1600G-18TS Configuration Manual

T1600g series
Hide thumbs Also See for T1600G-18TS:
Table of Contents

Advertisement

Configuring Static Routing
3) In the IPv6 Static Route Table section, you can view and modify the IPv6 static routing
entries.
3.2

Using the CLI

Follow these steps to enable IPv6 routing function and create an IPv6 static route.
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
The following example shows how to create an IPv6 static route with the destination IP
address as 3200::/64 and the next-hop address as 3100::1234:
Switch#configure
Switch(config)#ipv6 route 3200::/64 3100::1234
Switch(config)#show ipv6 route static
Codes: C - connected, S - static
* - candidate default
C
3000::/64 is directly connected, Vlan1
S
3200::/64 [1/0] via 3100::1234, Vlan2
configure
Enter global configuration mode.
ipv6 routing
Enable the IPv6 routing function on the specified layer 3 interface.
ipv6 route { ipv6-dest-address } { next-hop-address } [ distance ]
Add an IPv6 static route.
Specify the destination IPv6 address of the packets, in the format of
ipv6-dest-address:
X:X:X:X::X/<0-128>.
Specify the IPv6 gateway address to which the packet should be sent
next-hop-address:
next.
Specify the administrative distance, which is a rating of the trustworthiness of the
distance:
routing information. A higher value means a lower trust rating. When more than one routing
protocols have routes to the same destination, only the route that has the shortest distance
will be recorded in the IP routing table. The valid values are from 1 to 255 and the default
value is 1.
show ipv6 route [ static | connected ]
Verify the IPv6 route entries of the specified type.
end
Return to privileged EXEC mode.
copy running-config startup-config
Save the settings in the configuration file.
IPv6 Static Routing Configuration
Configuration Guide
395

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents