Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

virtual devices in Cisco routers

Status
Not open for further replies.

luisfig

MIS
Joined
May 12, 2004
Messages
1
Location
US
If I have configured a virtual device in a Cisco router, how can I ping from it? And how can I Telnet from it?
 
What exactley do you mean by "virtual device"

Well if you want to change the source of ping/telnet you can do the following:

R6#ping 1.1.1.1 source ?
A.B.C.D Source address
Async Async interface
BVI Bridge-Group Virtual Interface
CTunnel CTunnel interface
Dialer Dialer interface
Ethernet IEEE 802.3
Loopback Loopback interface
MFR Multilink Frame Relay bundle interface
Multilink Multilink-group interface
Null Null interface
Serial Serial
Tunnel Tunnel interface
Vif PGM Multicast Host interface
Virtual-PPP Virtual PPP interface
Virtual-Template Virtual Template interface
Virtual-TokenRing Virtual TokenRing

R6#
R6#telnet 1.1.1.1 /source-interface ?
Async Async interface
BVI Bridge-Group Virtual Interface
CTunnel CTunnel interface
Dialer Dialer interface
Ethernet IEEE 802.3
Loopback Loopback interface
MFR Multilink Frame Relay bundle interface
Multilink Multilink-group interface
Null Null interface
Serial Serial
Tunnel Tunnel interface
Vif PGM Multicast Host interface
Virtual-PPP Virtual PPP interface
Virtual-Template Virtual Template interface
Virtual-TokenRing Virtual TokenRing

R6#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top