IPv6 Training (Cisco) Enabling Telnet on an IPv6 Router and Establishing Telnet Sessions

Well, just in case you are new to the wordDefines a static host name-to-address mapping in
"telnet"; telnet is an Application Layer protocol thatthe host name cache.
can be used to make direct connections (usingStep #4
telnet sessions) to a Cisco router or from a Cisco
router. It doesn't matter whether you're using the4. Router(config)#line vty 0 4
IPv4 protocol or the IPv6 protocol, "telnet"Creates a vty interface and places router into
performs in the same manner.Line configuration mode.
A network administrator can use "telnet" to makeStep #5
the following different types of direct connections
(telnet sessions):5. Router(config-line)#password ittechtips
- Host to RouterCreates a (ittechtips) password that enables
- Router to RouterTelnet.
- Router to HostStep #6
In this article, I'm going to show you how to6. Router(config-line)#login tacacs
enable "telnet" on a Cisco IPv6 router, so you'll beInforms the router to use the tacacs server for
able to directly connect to it via telnet sessionspassword checking at login.
and I'm also going to show you how you canStep #7
initiate a "telnet" session from a Cisco IPv6
Router.7. Router(config-line)#ipv6 access-class vty-acl in
Here are the steps needed to enable "telnet" on aAdds an IPv6 access list named vty-acl to the line
Cisco IPv6 router:interface, which restricts remote access to telnet
1. Router>enablesessions that match the access list.
2. Router#configure terminalStep #8
3. Router(config)#ipv6 host name [port]
ipv6-address1 [ipv6-address2...ipv6-address4]8. Router(config-line)#end
4. Router(config)#line [aux | console | tty | vty]Causes router to exit Line configuration mode and
line-number [ending-line-number]re-enters into Privileged EXEC mode.
5. Router(config-line)#password passwordStep #9
6. Router(config-line)#login [local | tacacs]
7. Router(config-line)#ipv6 access-class9. Router#copy run start
ipv6-access-list-name {in | out}Saves the contents of the running-config to local
8. Router(config-line)#endNon -Volatile Random Access Memory (NVRAM).
9. Router#copy run startSecond Steps Explained
And, here are the steps needed to initiate aStep #1
"telnet" session from a Cisco IPv6 router:
1. Router>enable1. Router>enable
2. Router#telnet host [port] [keyword]Puts router into Privileged EXEC mode.
First Steps ExplainedStep #2
Step #12. Router#telnet cisco-test
Using the "Telnet" command to establish a Telnet
1. Router>enablesession from the router to a remote host; using
Puts router into Privileged EXEC mode.either the host's name or the host's IPv6 address.
Step #2A Telnet session can be established to a router's
2. Router#configure terminalname or to an IPv6 address.
Puts router into Global configuration mode.I invite you to visit my website were you'll find
Step #3the latest information regarding Cisco IPv6 Design
3. Router(config)#ipv6 host cisco-testand Implementation Techniques.
2001:0DB8:20:1::12