BootRom IP address assignment
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-24-2017 07:42 AM
trying to change IP address to access tftp, in BootROM as version 2.0.2.1 does not allow us to use config none.
BootRom > configip ipaddress 192.168.1.1/24 gateway 192.168.1.2
invalid ip address 192.168.1.1/24
configip - configure Mgmt Ethernet network parameters
Usage:
configip [ipaddress | ip] [gateway | gw] [netmask | nm]
what is the correct command sequence dont know what mistake i am making here?
BootRom > configip ipaddress 192.168.1.1/24 gateway 192.168.1.2
invalid ip address 192.168.1.1/24
configip - configure Mgmt Ethernet network parameters
Usage:
configip [ipaddress | ip] [gateway | gw]
what is the correct command sequence dont know what mistake i am making here?
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-24-2017 08:31 AM
Thanks all, it worked. actually i was following old GTAC documents, there it was mentioned as /24
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-24-2017 08:31 AM
Which document did you use? Is there something that we need to update?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-24-2017 07:52 AM
You need to specify the netmask and not IP/mask in slash notation:
configip ipaddress 192.168.1.1 gateway 192.168.1.2 netmask 255.255.255.0
configip ipaddress 192.168.1.1 gateway 192.168.1.2 netmask 255.255.255.0
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-24-2017 07:45 AM
Subnet mask should not be specified with /24.
Use like in the example in this article.
https://gtacknowledge.extremenetworks.com/articles/How_To/How-To-install-EXOS-Image-via-BootROM-on-G...
Use like in the example in this article.
https://gtacknowledge.extremenetworks.com/articles/How_To/How-To-install-EXOS-Image-via-BootROM-on-G...
