cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6002
Views
0
Helpful
1
Replies

Show used commands in Packet Tracer

JohnShepard8334
Level 1
Level 1

Hello, I have just small question. How can I show or display my used commands in even after I save my and reopen it, lets say on the next day. Thanks for any help.

1 Reply 1

luis_cordova
VIP Alumni
VIP Alumni

Hi @JohnShepard8334 ,

 

The parameters entered in the startup configuration with the command:

 

R#copy running-config startup-config

or

R#wr

 

To be able to review these at any time you can occupy the command:

 

R#show running-config

 

For example, if you entered these commands:

 

Router(config)#interface fastEthernet 0/0

Router(config-if)#ip address 192.168.0.1 255.255.255.0

Router(config-if)#no shutdown

 

Then you would see something like this when reviewing

 

Router#show running-config

 

interface FastEthernet0/0

ip address 192.168.0.1 255.255.255.0

 

Regards