10-16-2009 12:04 AM - edited 03-06-2019 08:09 AM
hi all,
I wonder what's the meaning of Method in show ip int bri
Method : nvram, unset, manual...
what's the difference among them??
is anyone knows about this? or document?
Solved! Go to Solution.
10-16-2009 12:12 AM
Hello Sanghee,
the method is a short way to tell how the ip address has been given to the interface:
nvram -> saved config
manual -> configured after last reload
unset -> simply not configured
there should also an option for when you set the ip address using the initial setup dialog on a device with an empty or skipped configuration.
see command reference
http://www.cisco.com/en/US/partner/docs/ios/ipaddr/command/reference/iad_ip.html#wp1027146
or
http://www.cisco.com/en/US/docs/ios/ipaddr/command/reference/iad_ip.html#wp1027146
Table 30 provides the following list
The Method field has the following possible values:
â¢RARP or SLARP-Reverse Address Resolution Protocol (RARP) or Serial Line Address Resolution Protocol (SLARP) request.
â¢BOOTP-Bootstrap protocol.
â¢TFTP-Configuration file obtained from the TFTP server.
â¢manual-Manually changed by CLI command.
â¢NVRAM-Configuration file in NVRAM.
â¢IPCP-ip address negotiated command.
â¢DHCP-ip address dhcp command.
â¢unassigned-No IP address.
â¢unset-Unset.
â¢other-Unknown.
Hope to help
Giuseppe
10-16-2009 12:12 AM
Hello Sanghee,
the method is a short way to tell how the ip address has been given to the interface:
nvram -> saved config
manual -> configured after last reload
unset -> simply not configured
there should also an option for when you set the ip address using the initial setup dialog on a device with an empty or skipped configuration.
see command reference
http://www.cisco.com/en/US/partner/docs/ios/ipaddr/command/reference/iad_ip.html#wp1027146
or
http://www.cisco.com/en/US/docs/ios/ipaddr/command/reference/iad_ip.html#wp1027146
Table 30 provides the following list
The Method field has the following possible values:
â¢RARP or SLARP-Reverse Address Resolution Protocol (RARP) or Serial Line Address Resolution Protocol (SLARP) request.
â¢BOOTP-Bootstrap protocol.
â¢TFTP-Configuration file obtained from the TFTP server.
â¢manual-Manually changed by CLI command.
â¢NVRAM-Configuration file in NVRAM.
â¢IPCP-ip address negotiated command.
â¢DHCP-ip address dhcp command.
â¢unassigned-No IP address.
â¢unset-Unset.
â¢other-Unknown.
Hope to help
Giuseppe
10-16-2009 12:24 AM
Thanks for your help.
it's great help to me.
Thanks again :)
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