Difference between revisions of "Ip (Cisco IOS)"

From wikieduonline
Jump to navigation Jump to search
(Changed redirect target from Ip (command) to Ip address)
Tag: Redirect target changed
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
#redirect [[ip address]]
+
* <code>[[debug]] [[ip domain]]</code>
 +
* <code>[[ip (Cisco IOS)]]</code>
 +
 
 +
 
 +
[[conf t]]
 +
[[int]] vlan####
 +
[[ip address]] 10.10.10.1 255.255.255.0
 +
[[no shutdown]]
 +
 
 +
 
 +
 
 +
== With errors ==
 +
ip address 10.10.XXX.0 255.255.255.0
 +
Bad mask /24 for address 10.10.XXX.0
 +
 +
Solution: Change ip at 10.10.XXX.1
 +
 
 +
 
 +
ip address 10.10.1.1 255.255.255.0 secondary
 +
% 10.10.1.0 overlaps with Vlan1234
 +
 
 +
 
 +
* https://www.cisco.com/c/m/en_us/techdoc/dc/reference/cli/n5k/commands/ip-address.html
 +
 
 +
== Related ==
 +
[[ip address]] 10.10.10.2 255.255.255.0 secundary
 +
 
 +
== See also ==
 +
* {{IOS}}
 +
* {{vlan}}
 +
 
 +
[[Category: Cisco IOS]]

Latest revision as of 11:53, 15 November 2020

Advertising: