路由器局域网广域网接口配置命令

》路由器的接口配置

     通过路由器接口配置命令,可以配置接口的描述信息、接口的通信方式和接口带宽、接口的IP地址、给接口封装协议、设置接口的MAC地址、设置接口的最大传输单元(MTU)、配置HSRP协议的备份路由(standby)、配置接口的QoS策略等。

      #配置接口描述信息

      进入接口配置模式,使用description命令:

         Router(config) #int g6/0

         Router(config-if) #description TO-baidu   //注:描述信息说明该接口连接到百度

         Router(config-if) #

 

      #配置接口带宽

      进入接口配置模式,使用bandwidth命令设置接口带宽,带宽单位是Kbps.

         Router(config) # interface POS3/0

         Router(config-if) #bandwidth 2500000    //设置接口带宽为2.5Gbps

         Router(config-if) #

 

      #配置接口的IP地址     

      进入接口配置模式,使用ip address命令配置接口的IP地址。

      命令格式:ip address    

        Router(config) #interface f2/3

        Router(config-if) #ip address 192.168.1.1 255.255.255.0

        Router(config-if) #

 

      #接口的开启与关闭

      进入接口配置模式,使用shutdown、no shutdown命令

        Router(config) # interface f1/2

        Router(config-if) #shutdown     //关闭端口

        Router(config-if) #

        Router(config-if) #no shutdown  //开启端口

 

》局域网的接口配置

       可配置的局域网接口类型有以太网、FDDI、ATM和Token Ring等。对于以太网,可配置的参数有接口传输速率,通信方式,MTU,接口的IP地址,还有一些安全方面的选项,如可将端口设置为不作ARP代理(no ip proxy-arp)等。

       #配置标准以太网接口(接口类型为Ethernet,简写为e)

        Router(config) #interface Ethernet0

        Router(config-if) #description to home

        Router(config-if) #ip address 192.168.1.10 255.255.255.0

        Router(config-if) #bandwidth 10000

        Router(config-if) #no shutdown

        Router(config-if) #exit

        Router(config) #exit

        Router #

        Ethernet0接口的配置信息显示如下:

        !

        interface ethernet0

        description to home

        bandwidth 10000

        ip address 192.168.1.10 255.255.255.0

        !


       #配置快速以太网接口(接口类型为FastEthernet,简写为f)

        Router(config) # interface f2/1

        Router(config-if) #description to home

        Router(config-if) #ip address 192.168.1.11 255.255.255.0

        Router(config-if) #bandwidth 100000

        Router(config-if) ##duplex full             //设置为全双工模式

        Router(config-if) #no ip directed-broadcast  //禁止转发全广播

        Router(config-if) #no ip proxy-arp          //不作ARP代理

        Router(config-if) #no shutdown

        Router(config-if) #exit

        Router(config) #exit

        Router #

        FastEthernet2/1接口的配置信息显示如下:

        !

        interface FastEthernet2/1

        description to home

        bandwidth 100000

        ip address 192.168.1.11 255.255.255.0

        no ip directed-broadcast

        no ip proxy-arp

        duplex full

        !


       #配置千兆以太网接口(接口类型为GigabitEthernet,简写为g)

        Router(config) # interface g0/1

        Router(config-if) #description to home

        Router(config-if) #ip address 192.168.1.11 255.255.255.0

        Router(config-if) #bandwidth 1000000

        Router(config-if) ##duplex full             //设置为全双工模式

        Router(config-if) #no ip directed-broadcast  //禁止转发全广播

        Router(config-if) #no ip proxy-arp          //不作ARP代理

        Router(config-if) #no shutdown

        Router(config-if) #exit

        Router(config) #exit

        Router #

        GigabitEthernet0/1接口的配置信息显示如下:

        !

        interface GigabitEthernet0/1

        description to home

        bandwidth 1000000

        ip address 192.168.1.11 255.255.255.0

        no ip directed-broadcast

        no negotiation auto

        duplex full

        !

》广域网接口配置

      #配置异步串行接口

      异步串行接口的类型为Async可简写为a。Async接口主要用于连接moden设备,为网络用户提供拨号上网服务。

       Router(config) #interface a1

       Router(config-if) #ip unnumbered ethernet0

       Router(config-if) #encapsulation ppp

       Router(config-if)#async default ip address 192.168.1.11

       Router(config-if) #async dynamic routing

       Router(config-if) #async mode interactive

       Router(config-if) #no shutdown

       Router(config-if) #exit

       Router(config) #exit

       Router #

       异步串行接口的配置信息显示如下:

        !

        interface Async1

        ip numbered Ethernet0

        encapsulation ppp

        ip address 192.168.1.11

        async dynamic routing

        async mode interactive

        !

      #配置高度同步串行接口

      高速同步串行接口类型是Serial,可简写为s。Serial接口主要用于DDN专线、帧中继、卫星、微波等广域网连接。Serial接口需要配置的参数有接口带宽、接口协议和接口的IP地址等。

       Router(config) #interface s1/1

       Router(config-if) #description To-shanghai

       Router(config-if) #bandwidth 2048     //带宽为2M

       Router(config-if) #ip address 212.112.41.81 255.255.255.252

       Router(config-if) #encapsulation hdlc   //封装HDLC或PPP协议,HDLC为缺省值

       Router(config-if) #no ip directed-broadcast  //禁止转发全广播

       Router(config-if) #no ip proxy-arp

       Router(config-if) #no shutdown

       Router(config-if) #exit

       Router(config) #exit

       Router #

       高速同步串行接口的配置信息显示如下:

        !

        interface Serial1/1

        description To-shanghai

        bandwidth 2048

        ip address 212.112.41.81 255.255.255.252

        no ip directed-broadcast

        no ip proxy-arp

        !

      #配置POS接口

      POS是Packet over SONET/SDH的缩写,这是一种利用SONET/SDH提供的高速传输通道直接传送IP数据包的技术。POS技术支持光纤介质,它是一种高速、先进的广域网连接技术。在路由器上插入一块POS模块,路由器就可以提供POS接口。POS使用的链路层洗衣主要有PPP和HDLC。目前POS可以提供155Mbps、622Mbps、2.5Gbps和10Gbps传输速率的接口,使广域网的最高传输速率达到了10Gbps。POS接口的配置参数有接口带宽、接口地址、接口的链路层协议、接口的帧格式、接口的CRC校验和flag(帧头中净负荷类型的标志位)等。在配置POS接口时需要注意的是,有些参数必须与对端接口的参数保持一致,如接口的链路层协议、帧格式、CRC校验和flag。

      在全局配置模式下:

        Router(config) #interface POS3/0

        Router(config-if) #description To-beijing

        Router(config-if) #bandwidth 2500000

        Router(config-if) #ip address 212.12.37.18  255.255.255.252

        Router(config-if) #crc 32                  //可选的crc校验位是16和32

        Router(config-if) #pos framing sdh          //可选的帧格式是sdh和sonet

        Router(config-if) #no ip directed-broadcast   //禁止转发全广播

        Router(config-if) #pos flag s1 s0 2  //s1 s0=00表示是SONET帧的数据

        Router(config-if) #no shutdown       //s1 s2=10(十进制2)表示是SDH帧的数据

        Router(config-if) #exit

        Router(config) #exit

        Router #

        POS接口的配置信息显示如下:

        !

        interface POS3/0

        description To-beijing

        bandwidth 2500000

        ip address 212.12.37.18  255.255.255.252

        no ip directed-broadcast

        crc 32

        pos framing sdh

        pos flag s1 s0 2

        !

》loopback接口的配置

       环回接口是一种应用最为广泛的虚接口。在路由器上,loopback接口没有一个实际的物理接口与之对应,也没有与其他网络结点相连接的物理链路。它是一个虚拟的接口,loopback接口号的有效值为0~2 147 483 647。其主要作用有:它作为一台路由器的管理地址,使网络管理员可以随时登录到路由器上,对路由器进行配置管理。它还可以作为动态路由协议(OSPF)和BGP的router id,使路由器功能更稳定可靠。

       每台路由器都配置有一个环回接口,该接口不受网络故障影响,永远处于激活状态。主要用于网络管理,网络管理员为loopback接口分配一个IP地址作为管理地址,其掩码应该为255.255.255.255。

       在全局模式下:

            Router(config) #int loopback 0

            Router(config-if) #ip address 192.167.167.6 255.255.255.255

            Router(config-if) #no ip route-cache

            Router(config-if) #no ip mroute-cache

            Router(config-if) #exit

            Router(config) #exit

            Router #

            Loopback接口的配置信息显示如下:

           !

            interface loopback 0

            ip address 192.167.167.6 255.255.255.255

            no ip route-cache

            no ip mroute-cache

            !

你可能感兴趣的:(计算机网络)