Cisco Prime Infrastructure change IP address
Zobrazenie interface:
show interface
Zmena IP:
configure terminal
int gi 0
ip adress 192.168.1.1 255.255.255.0
end
ip default-gateway 192.168.1.1
end
reload
Zobrazenie interface:
show interface
Zmena IP:
configure terminal
int gi 0
ip adress 192.168.1.1 255.255.255.0
end
ip default-gateway 192.168.1.1
end
reload