interface Serial0 ip address 192.168.2.1 255.255.255.0 no ip directed-broadcast clock rate 64000 ! interface Ethernet0 ip address 192.168.1.2 255.255.255.0 no ip directed-broadcast ! ! router rip network 192.168.1.0 network 192.168.2.0 network 10.0.0.0 //我的loopback接口的IP地址为10.1.1.1 ! ip...
interface Serial0 ip address 192.168.2.1 255.255.255.0 no ip directed-broadcast clock rate 64000 ! interface Ethernet0 ip address 192.168.1.2 255.255.255.0 no ip directed-broadcast ! ! router rip network 192.168.1.0 network 192.168.2.0 network 10.0.0.0 //我的loopback接口的IP地址为10.1.1.1 ! ip...
The IP address must not be used by an interface on any other router on the network. RP/0/RP0/CPU0:router# configure /* Enters interface configuration mode and names the new loopback interface */ RP/0/RP0/CPU0:router#(config)#...
interfacetype interface-path-idl2transport Example: RP/0/RP0:hostname(config)# interface tenGigE0/1/0/1 l2transport Enters the interface configuration mode. Step 3 ethernet loopback permit {external | internal} Example: RP/0/RP0:hostname(config–if)# ethernet l...
Building configuration... ! Version 12.1 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname r1 ! ! ! ip subnet-zero ! ! ! ! ! ! ! ! ! ! interface Loopback ip address 10.1.1.1 255.255.255.0 ...
With your current configuration, 1.1.1.0/24 network is reachable through Loopback interface in both routers. Assuming RIP is configured correctly, change loopback interfaces configuration as follows: R1: int loo0 no ip add ip add 1.1.1.1 255.255.255.255 R2: int loo0 no ip add ip add 1.1....
2,通过EIGRP配置,使得各个loopback地址能够互通 配置EIGRP有好几种方法, 方法一: R1配置 R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#int e0/0 R1(config-if)#no shutdown R1(config-if)#ip address 12.0.0.1 255.255.255.0 R1(config-if)#exit R1(config)#in...
三种类型的三层端口: SVIs(interface vlan)、 以太网通道口(EtherChannel)、路由口(no switchport) Switch(config)#interface ? Dot11Radio Dot11 interface Ethernet IEEE 802.3 FastEthernet FastEthernet IEEE 802.3 GigabitEthernet GigabitEthernet IEEE 802.3z Loopback Loopback interface Port-channel Ethernet Chann...
Router(config)#interface type number Router(config)#interface type Slot/port 其中type是该接口的类型包括以下几种: serial广域网同步串口 ethernet以太网口 fastethernet快速以太网口 token ring令牌环口 fddi FDDI光口 hssi高速串口(45M) loopback本地虚接口 ...
Router (config) # interface s1/1 Router (config-if) # description To-shenzhen Router (config-if) # bandwidth 2048 Router (config-if) # ip address 212.112.41.81 255.255.255.252 Router (config-if) # encapsulation hdlc Router (config-if) # no ip directed-broadcast ...