Difference between revisions of "Ip (Cisco IOS)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(14 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
  
  conf t
+
  [[conf t]]
 
  [[int]] vlan####
 
  [[int]] vlan####
  ip address 10.10.10.1 255.255.255.0
+
  [[ip address]] 10.10.10.1 255.255.255.0
 
  [[no shutdown]]
 
  [[no shutdown]]
  
  
  
 +
== With errors ==
 
  ip address 10.10.XXX.0 255.255.255.0
 
  ip address 10.10.XXX.0 255.255.255.0
 
  Bad mask /24 for address 10.10.XXX.0
 
  Bad mask /24 for address 10.10.XXX.0
 
   
 
   
 
  Solution: Change ip at 10.10.XXX.1
 
  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: