<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: C1101 IP address command not present in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4425065#M352317</link>
    <description>&lt;P&gt;Some time code may be bug, there may be Future use, we know the facts now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if this is still an issue, raising TAC case help you help support cisco also.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jun 2021 20:55:42 GMT</pubDate>
    <dc:creator>balaji.bandi</dc:creator>
    <dc:date>2021-06-28T20:55:42Z</dc:date>
    <item>
      <title>C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4423989#M352221</link>
      <description>&lt;P&gt;I have a brand new C1101 that came with 16.12.4. The command "ip address" is not an option:&lt;/P&gt;&lt;P&gt;&amp;gt;en&lt;BR /&gt;Password:&lt;BR /&gt;newswitch#conf t&lt;BR /&gt;Enter configuration commands, one per line. End with CNTL/Z.&lt;BR /&gt;newswitch(config)#int gi0/1/0&lt;BR /&gt;newswitch(config-if)#switchport host&lt;BR /&gt;switchport mode will be set to access&lt;BR /&gt;spanning-tree portfast will be enabled&lt;BR /&gt;channel group will be disabled&lt;/P&gt;&lt;P&gt;newswitch(config-if)#ip add?&lt;BR /&gt;% Unrecognized command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone provide direction or documentation? The Documentation I have read so far indicates the command should exist.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 18:10:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4423989#M352221</guid>
      <dc:creator>ccollins</dc:creator>
      <dc:date>2021-06-25T18:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4423997#M352223</link>
      <description>&lt;P&gt;Try below :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;int gi0/1/0&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;no switchport&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;ip address x.x.x&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 16:31:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4423997#M352223</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-06-25T16:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4423999#M352224</link>
      <description>Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;I had tried that:&lt;BR /&gt;#no switchport&lt;BR /&gt;% Incomplete command.&lt;BR /&gt;Newswitch(config-if)#no switchport ?&lt;BR /&gt;access Set access mode characteristics of the interface&lt;BR /&gt;autostate Include or exclude this port from vlan link up calculation&lt;BR /&gt;host Set port host&lt;BR /&gt;mode Set trunking mode of the interface&lt;BR /&gt;nonegotiate Device will not engage in negotiation protocol on this&lt;BR /&gt;interface&lt;BR /&gt;port-security Security related command&lt;BR /&gt;priority Set appliance 802.1p priority&lt;BR /&gt;protected Configure an interface to be a protected port&lt;BR /&gt;trunk Set trunking characteristics of the interface&lt;BR /&gt;voice Voice appliance attributes&lt;BR /&gt;&lt;BR /&gt;newswitch(config-if)#no switchport host&lt;BR /&gt;The 'no' form of this command has no effect on the system.&lt;BR /&gt;&lt;BR /&gt;I also tried no switchport at the non-interface level and it failed as well.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2021 16:37:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4423999#M352224</guid>
      <dc:creator>ccollins</dc:creator>
      <dc:date>2021-06-25T16:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424007#M352225</link>
      <description>&lt;P&gt;The following are the IP options available under an Interface:&lt;/P&gt;&lt;P&gt;Router#conf t&lt;BR /&gt;Enter configuration commands, one per line. End with CNTL/Z.&lt;BR /&gt;Router(config)#int gi 0/1/0&lt;BR /&gt;Router(config-if)#ip ?&lt;BR /&gt;Interface IP configuration subcommands:&lt;BR /&gt;access-group Specify access control for packets&lt;BR /&gt;admission Apply Network Admission Control&lt;BR /&gt;auth-proxy Apply authenticaton proxy&lt;BR /&gt;ddns Configure dynamic DNS&lt;BR /&gt;dhcp Configure DHCP parameters for this interface&lt;BR /&gt;flow NetFlow related commands&lt;BR /&gt;header-compression IPHC options&lt;BR /&gt;reassembly Reassembly&lt;BR /&gt;rsvp RSVP Interface Commands&lt;BR /&gt;rtp RTP parameters&lt;BR /&gt;subscriber IP session configuration options&lt;BR /&gt;virtual-reassembly Enable Virtual Fragment Reassembly (Input)&lt;BR /&gt;virtual-reassembly-out Enable Virtual Fragment Reassembly (Output)&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 17:01:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424007#M352225</guid>
      <dc:creator>ccollins</dc:creator>
      <dc:date>2021-06-25T17:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424055#M352226</link>
      <description>&lt;P&gt;I am not sure why this is the case, but it appears that I am only able to apply IP addressed to VLAN interfaces. THE C1101-4P IS A ROUTER!!!!! UGH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 18:50:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424055#M352226</guid>
      <dc:creator>ccollins</dc:creator>
      <dc:date>2021-06-25T18:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424092#M352229</link>
      <description>&lt;P&gt;Yes the C1101 is a router. But it treats its physical interfaces like they were switch ports. It may be a bit cumbersome but you should be able to make it do whatever you want it to do. If you want every physical interface to be in a separate subnet (as is normal on most traditional routers) then just create separate vlans for each physical interface, assign each physical interface to the appropriate vlan, configure IP addresses on each vlan interface.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 21:01:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424092#M352229</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2021-06-25T21:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424100#M352230</link>
      <description>Thank you for your reply.&lt;BR /&gt;I was just getting suspicious that there was something wrong because the ISR 1100 documentation shows the IP address command being applied directly to the Interface and I did not see any examples of applying IP addresses to the VLAN.&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/routers/access/isr1100/software/configuration/xe-17/isr1100-sw-config-xe-17/cisco_1100_series_swcfg_chapter_01000.html#task_u14_k1m_1z" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/routers/access/isr1100/software/configuration/xe-17/isr1100-sw-config-xe-17/cisco_1100_series_swcfg_chapter_01000.html#task_u14_k1m_1z&lt;/A&gt;&lt;BR /&gt;Another weird thing with the C1101-4P is that show version says there are 5 Gigabit Ethernet Interfaces and I see 5 Physical interfaces but only 4 are reported in the configuration and show interface. But I guess that is what the 4P dictates.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2021 21:15:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424100#M352230</guid>
      <dc:creator>ccollins</dc:creator>
      <dc:date>2021-06-25T21:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424112#M352231</link>
      <description>I received three C1101-4P units. The third unit unlike the other two has a gi 0/0/0 interface. The other two just have four ports gi0/1/0-3. The setup wizard asked me to setup gi 0/0/0 and gi0/1/0-3 on the third unit, so I provided IP addresses for each interface, but the only IP address that was applied was for interface gi0/0/0.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2021 21:58:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424112#M352231</guid>
      <dc:creator>ccollins</dc:creator>
      <dc:date>2021-06-25T21:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424136#M352236</link>
      <description>&lt;P&gt;apologies, ISR router - I gave in the thought of the Layer 3 switch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ISR router you need to create Layer 3 SVI and allocate the port to that VLAN as an access port, how we do in switches.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;example config :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/routers/access/1100/software/configuration/xe-16-7/cisco_1100_series_swcfg_xe_16_7_x/cisco_1100_series_swcfg_chapter_01100.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/routers/access/1100/software/configuration/xe-16-7/cisco_1100_series_swcfg_xe_16_7_x/cisco_1100_series_swcfg_chapter_01100.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 23:03:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424136#M352236</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-06-25T23:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424160#M352242</link>
      <description>&lt;P&gt;What is the exact model of the router?&lt;/P&gt;
&lt;P&gt;Is the router running SD-WAN image?&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 00:39:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424160#M352242</guid>
      <dc:creator>Leo Laohoo</dc:creator>
      <dc:date>2021-06-26T00:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424826#M352291</link>
      <description>&lt;P&gt;It is not. This is a very simple static route configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cisco C1101-4P (1RU) processor with 1414527K/6147K bytes of memory.&lt;/P&gt;&lt;P&gt;System image file is "bootflash:c1100-universalk9.17.03.03.SPA.bin"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There was an oversight in previous inspections.&amp;nbsp; Gi0/0/0 it is there and does not require vlan allocation like the other ports Gi0/1/0-3. But still odd that the setup wizard would prompt to apply IP address to all the interfaces when that is not possible on this version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 13:39:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424826#M352291</guid>
      <dc:creator>ccollins</dc:creator>
      <dc:date>2021-06-28T13:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424859#M352292</link>
      <description>&lt;P&gt;Connect the console, reboot and capture all the Logs including your configuration errors and post here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 14:19:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424859#M352292</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-06-28T14:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424896#M352296</link>
      <description>&lt;P&gt;Thank you for your time in review the attached.&lt;/P&gt;&lt;P&gt;The attached files have been changed to protect actual addresses, accounts, and such.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 15:04:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4424896#M352296</guid>
      <dc:creator>ccollins</dc:creator>
      <dc:date>2021-06-28T15:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4425000#M352309</link>
      <description>&lt;P&gt;If you configuring Gi 0/1/0 to 0/1/3 Layer 2 portrs only you need to configure VLAN SVI inteface as example config&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface Vlan7&lt;BR /&gt;ip address 192.168.233 255.255.255.240&lt;BR /&gt;!&lt;BR /&gt;interface Vlan13&lt;BR /&gt;ip address 192.168.156.153 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface Vlan26&lt;BR /&gt;ip address 192.168.197.111 255.255.254.0&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and allocated interface to VLAN as example :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nterface GigabitEthernet0/1/0&lt;BR /&gt;switchport mode access&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;switchport access vlan 26&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1/1&lt;BR /&gt;switchport mode access&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;switchport access vlan 7&lt;/STRONG&gt;&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1/2&lt;BR /&gt;switchport mode access&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;switchport access vlan 13&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;spanning-tree portfast&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 18:10:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4425000#M352309</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-06-28T18:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4425019#M352311</link>
      <description>Thank you for your response.&lt;BR /&gt;I was aware of this option. Just a little misleading when the Cisco initial setup script asks if you would like to add IP addresses directly to the interfaces when it is not in fact possible.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jun 2021 19:06:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4425019#M352311</guid>
      <dc:creator>ccollins</dc:creator>
      <dc:date>2021-06-28T19:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: C1101 IP address command not present</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4425065#M352317</link>
      <description>&lt;P&gt;Some time code may be bug, there may be Future use, we know the facts now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if this is still an issue, raising TAC case help you help support cisco also.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 20:55:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/c1101-ip-address-command-not-present/m-p/4425065#M352317</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-06-28T20:55:42Z</dc:date>
    </item>
  </channel>
</rss>

