Difference between revisions of "Interface (Cisco IOS command)"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
+ | [[Create a new vlan]]: | ||
+ | interface [[vlan]]#### | ||
+ | |||
+ | |||
+ | [[conf t]] | ||
+ | int vlan#### | ||
+ | ip address 10.10.10.1 255.255.255.0 | ||
+ | [[no shutdown]] | ||
+ | |||
+ | [[interface]] vlan199 | ||
+ | ip address 10.10.10.0 255.255.255.0 | ||
+ | Bad mask /24 for address 10.10.10.0 | ||
+ | |||
+ | Solution: Change ip at 10.10.10.1 | ||
+ | |||
+ | [[show interfaces]] | ||
+ | |||
+ | == Related commands == | ||
+ | * <code>[[interface range]] FastEthernet0/1 - 24</code> | ||
+ | * <code>int range Gi1/0/3 - 12</code> | ||
+ | * <code>[[sh vlan]]</code> | ||
+ | * <code>[[ip address]]</code> | ||
== Activities == | == Activities == |
Latest revision as of 09:07, 3 December 2020
This article is a Draft. Help us to complete it.
interface vlan####
conf t int vlan#### ip address 10.10.10.1 255.255.255.0 no shutdown
interface vlan199 ip address 10.10.10.0 255.255.255.0 Bad mask /24 for address 10.10.10.0 Solution: Change ip at 10.10.10.1
show interfaces
Related commands[edit]
interface range FastEthernet0/1 - 24
int range Gi1/0/3 - 12
sh vlan
ip address
Activities[edit]
- IOS: Create a VLAN
- Change vlan configuration:
switchport mode access, switchport access vlan 4545
- Cisco IOS: enable an interface:
conf t
,int XXXXXX
no shutdown
- Cisco IOS DHCP Server configuration
- Configure public RSA key authentication:
ip ssh pubkey-chain
- Cisco IOS logging
See also[edit]
Advertising: