Difference between revisions of "Ip (Cisco IOS)"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
+ | == 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 | ||
Line 15: | Line 16: | ||
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 | ||
Latest revision as of 11:53, 15 November 2020
conf t int vlan#### ip address 10.10.10.1 255.255.255.0 no shutdown
With errors[edit]
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
Related[edit]
ip address 10.10.10.2 255.255.255.0 secundary
See also[edit]
- Cisco IOS: Cisco IOS XE, Config (mode), VLANs, Cisco IOS logging, VTP, ACLs,
show logging
,show logging history
,show interface status
,debug
,archive
,show archive
,conf t
,int
,ip http server
,ip ssh
,ip address
, vty,show mac address-table
,show access-list
, Access-list,ip access-group
,admin
- VLAN, VTP, VLAN Access-List (VACL), IOS: Create a VLAN, Change vlan configuration,
show vlan
,show vlan brief
,show vlan summary
,show vtp status
,switchport
,set vlan
,vtp mode transparent
Advertising: