本文共 1593 字,大约阅读时间需要 5 分钟。
带有EMI的Catalyst3550交换机支持三种路由或桥接的三层接口:
| Command | Purpose |
Step 1 | configure terminal | 进入全局 配置模式 |
Step 2 | interface { { fastethernet | gigabitethernet} interface-id} | {vlan vlan-id} | {port-channel port-channel-number} | 进入接口 配置模式,而且要进入一个将作为一个三层接口被配置的接口 |
Step 3 | no switchport | 使物理接口进入三层模式 |
Step 4 | ip address ip_address subnet_mask | 配置IP地址和子网掩码 |
Step 5 | no shutdown | |
Step 6 | end | 返回特权模式 |
Step 7 | show interfaces [ interface-id] show ip interface [ interface-id] show running-config interface [ interface-id] | 确认 配置 |
Step 8 | copy running-config startup-config | (可选 ) 把你的条目保存到配置文件 |