Difference between revisions of "Ip (Cisco IOS)"

From wikieduonline
Jump to navigation Jump to search
(Created page with "* <code>debug ip domain</code> * <code>ip (Cisco IOS)</code> == See also == * {{IOS}} * {{vlan}} Category: Cisco IOS")
 
 
(17 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
  
 +
[[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 ==
 
== See also ==

Latest revision as of 11:53, 15 November 2020

Advertising: