06-05-2015 12:38 PM - edited 03-08-2019 12:26 AM
Hi I used command show ip interface brief. and I got the following output. My question is why Port G1/20 has TFTP, while other ports have unset ?
Thank you
SW-(config)#do show ip interface brief
GigabitEthernet1/18 unassigned YES unset down down
GigabitEthernet1/19 unassigned YES unset down down
GigabitEthernet1/20 unassigned YES TFTP down down
GigabitEthernet1/21 unassigned YES unset down down
06-05-2015 12:50 PM
Hi,
Can you post the output of "sh run int g1/20"
06-05-2015 12:54 PM
Hi Thanks for your reply
SW-05#sh ip int bri | b 1/18
GigabitEthernet1/18 unassigned YES unset down down
GigabitEthernet1/19 unassigned YES unset down down
GigabitEthernet1/20 unassigned YES TFTP down down
SW-05#sh run | b 1/18
interface GigabitEthernet1/18
no ip address
!
interface GigabitEthernet1/19
no ip address
!
interface GigabitEthernet1/20
no ip address
!
06-05-2015 01:11 PM
Hope this helps
Method
The method field has the following possible values:
•RARP or SLARP—Reverse Address Resolution Protocol (RARP) or Serial Line Address Resolution Protocol (SLARP) request
•TFTP—Configuration file obtained from TFTP server
•manual—Manually changed by CLI command
•NVRAM—Configuration file in NVRAM
•IPCP—ip address negotiated command
Mike
06-05-2015 01:16 PM
Hi,
Have a look at table-1 in this link.
It does not appear to be the case right now, but the configuration method for interface g1/20 was obtain by tftp server at one time.
If you reboot the router (warning downtime) that will probably change.
https://www.cisco.com/c/en/us/td/docs/optical/cpt/r9_5/command/reference/cpt95_cr/cpt95_cr_chapter_010001.pdf
HTH
06-05-2015 02:08 PM
If you had this interface configured at some point recently and then reset the configuration, you might see TFTP there.
If you put an IP address on that interface and reboot, you'll see it go to manual the next time you reboot.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide