三层交换机和路由器互联IP地址配置

 

 SW1配置

sysname SW1
#
vlan batch 10
#
interface Vlanif10
 ip address 10.1.1.1 255.255.255.0
#
interface Ethernet0/0/1
 port link-type access
 port default vlan 10
#

AR1配置

interface GigabitEthernet0/0/0
 ip address 10.1.1.2 255.255.255.0 

 

相关文章:

  • 2022-01-22
  • 2021-10-30
  • 2021-09-28
  • 2021-12-31
  • 2021-07-27
  • 2021-12-13
  • 2021-05-20
猜你喜欢
  • 2021-05-06
  • 2021-04-14
  • 2021-08-12
  • 2021-04-15
  • 2021-04-11
  • 2021-08-20
  • 2021-12-19
相关资源
相似解决方案