Difference between revisions of "Ip (Cisco IOS)"
Jump to navigation
Jump to search
(Changed redirect target from Ip (command) to Ip address) Tag: Redirect target changed |
(Removed redirect to Ip address) Tag: Removed redirect |
||
Line 1: | Line 1: | ||
− | # | + | * <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]] | ||
+ | |||
+ | |||
+ | |||
+ | 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 | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{IOS}} | ||
+ | * {{vlan}} | ||
+ | |||
+ | [[Category: Cisco IOS]] |
Revision as of 11:27, 15 November 2020
conf t int vlan#### ip address 10.10.10.1 255.255.255.0 no shutdown
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
See also
- 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: